0. 首先试下能不能正常打开GitHub
https://github.com/
能打开的话继续下面操作
1. 如果有代理,就试下挂代理,命令格式如下
git config --global http.proxy http://127.0.0.1:7890
git config --global https.proxy http://127.0.0.1:7890
2. 如果没有代理,就试下清理代理,命令如下
git config --global--unset http.proxy
git config --global--unset https.proxy
3. 上面两个试了没用,就试下最后一个,忽略SSL验证
git config --global http.sslVerify false
上面还解决不了就只能装个GitHub客户端了 需要的话去搜一下
本文转载自: https://blog.csdn.net/qq_42777433/article/details/129026998
版权归原作者 蠍 所有, 如有侵权,请联系我们删除。
版权归原作者 蠍 所有, 如有侵权,请联系我们删除。