好久没用git 今天拉取文件时候不能git clone成功,百度找到了方法,亲测有效。
unable to access 'https://github.com/twbs/bootstrap-npm-starter.git/': Failed to connect to github.com port 443: Timed out
git config --global -l
env|grep -i proxy
2.unable to access 'https://github.com/twbs/bootstrap-npm-starter.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
服务器不能识别git的SSL证书,所以操作停止执行
git config --global http.sslVerify false