git
git push 시 ssl 에러 발생 할떄
호이잇!
2017. 8. 22. 16:18
fatal: unable to access 'https://아이디@주소/bitbucket_vm/scm/tes/test1.git/': SSL: no alternative certificate subject name matches target host name '주소'
요런 에러 발생..
이떄는 요코드 실행하면됨
git config --global http.sslVerify false
ssl 무시함!!!