go get 报错
Cloning into 'E:\work\gopath\src\github.com\astaxie\beego'...
fatal: unable to access 'https://github.com/astaxie/beego/': error setting certificate verify locations:
CAfile: E:/Software/git/Git/mingw64/ssl/certs/ca-bundle.crt
CApath: none
解决:
git config --global http.sslVerify false//跳过ssl校验即可
blog comments powered by Disqus