152人参与 • 2024-08-02 • Access
git pull报错:fatal: unable to access ‘https://github.com/aircrushin/ultrav-music.git/’: failed to connect to github.com port 443 after 21077 ms: couldn’t connect to server
第一步:
//取消http代理
git config --global --unset http.proxy
//取消https代理
git config --global --unset https.proxy
第二步:
查看自己的代理端口是多少,并重启。
第三步:
改成自己的端口号
git config --global http.proxy http://127.0.0.1:33210
问题解决:
参考:
您想发表意见!!点此发布评论
版权声明:本文内容由互联网用户贡献,该文观点仅代表作者本人。本站仅提供信息存储服务,不拥有所有权,不承担相关法律责任。 如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至 2386932994@qq.com 举报,一经查实将立刻删除。
发表评论