unable to access https:www.github.comXXX
问题:
像push代码到github,失败
解决方案:
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
注:1080是代理端口,查一下代理的配置
问题:
像push代码到github,失败
解决方案:
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080
注:1080是代理端口,查一下代理的配置