git使用push后报错

:fatal: unable to access ‘https://github.com/xxxxxxxx/’: Failed to connect to github.com

原因:

一般是因为服务器的SSL证书没有经过第三方机构的签署,所以才报错

解决办法:

git config --global http.sslVerify "false"
Logo

更多推荐