gitlab에 프로젝트를 올리려고 push를 진행했더니 에러가 발생했다. 

git push -u origin master 

 

에러발생! 

unable to access 'https://~~~.git/': peer's certificate issuer is not recognized.

 

올리려는 프로젝트 디렉토리에서 SSL설정을 false 해준다. 

git config --global http.sslVerify false

 

 

그리고 다시 시도하니 잘된다!

아이디 비번은 gitlab 로그인에 사용하는 계정 정보를 넣으면됨! 

+ Recent posts