when i use command git clone** to get the public code , it comes out these messages below:
unable to access 'https://github.com/jenkinsci/maven-snapshot-check-plugin.git/': OpenSSL SSL_read: Connection was reset, errno 10054
anyone have some ideas?
thanks
CodePudding user response:
the command below can solved the problem: git config --global http.sslVerify "false"
CodePudding user response:
This might fix it
git config http.postBuffer 524288000