fatal: unable to access 'https://github.com/golang/net.git/': LibreSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
git config --global http.sslVerify false
git config --global --unset http.proxy
git config --global --unset https.proxy
git config –global credential.helper store
git config --global --unset http.proxy
git config --global --unset https.proxy
git config –global credential.helper store
评论
发表评论