windows平台:
解决方法:
打开c:/user/***/..gitconfig
删除一下内容:
[http "https://github.com"]
proxy = 127.0.0.1:50647
[https "https://github.com"]
proxy = 127.0.0.1:50647
proxy = 127.0.0.1:50647
修复Git代理配置
本文介绍了解决Windows平台上Git代理配置错误导致无法正常访问GitHub的问题。通过删除.gitconfig文件中不正确的代理设置,可以恢复正常的工作流程。
windows平台:
解决方法:
打开c:/user/***/..gitconfig
删除一下内容:
[http "https://github.com"]
proxy = 127.0.0.1:50647
[https "https://github.com"]
proxy = 127.0.0.1:50647
proxy = 127.0.0.1:50647
2331
555
5059

被折叠的 条评论
为什么被折叠?