VSCode_Go擴展包拉去失敗
fatal: unable to access 'https://github.com/davecgh/go-spew/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
解決辦法
取消證書認證
git config --global http.sslVerify "false"
OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to github.com:443
取消代理
git config --global --unset https.proxy
重新拉去即可
