unable to access https:www.github.comXXX

问题:
像push代码到github,失败
企业微信截图_17035720958363

解决方案:

git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy http://127.0.0.1:1080

注:1080是代理端口,查一下代理的配置

posted @ 2023-12-26 18:10  胡姐姐  阅读(42)  评论(0编辑  收藏  举报