2014-09-29 2 views
0

회사 방화벽을 사용하고 있습니다. 코드를 푸시하려고하면 다음 오류가 발생합니다.BitBucket SSH 연결 문제

ssh_exchange_identification: read: Connection reset by peer 

방화벽 외부에 연결하면 모든 것이 정상적으로 작동합니다.

윈도우 이러한 오류를 로깅 ...

The certificate received from the remote server has not validated correctly. The error code is 0x80092012. The SSL connection request has failed. The attached data contains the server certificate. 

The following fatal alert was generated: 43. The internal error state is 552. 

어떤 아이디어가?

답변

1

당신은 다음 중 하나를 사용하려고 할 수 있습니다 명령 :

git config http.sslVerify false 

또는

export GIT_SSL_NO_VERIFY=true