在git clone或者git push时出现报错:
fatal: unbale to access `xxx` : The requested URL returned error: 502
有可能是代理问题,去掉代理即可:
unset http_proxy
unset https_proxy
本文介绍了在使用Git时遇到502 Bad Gateway错误的解决方案,提示可能是代理设置导致的问题。通过取消HTTP和HTTPS代理设置,可以解决此问题。只需运行`unset http_proxy`和`unset https_proxy`命令,即可恢复正常操作。
在git clone或者git push时出现报错:
fatal: unbale to access `xxx` : The requested URL returned error: 502
有可能是代理问题,去掉代理即可:
unset http_proxy
unset https_proxy
1546
5197
9841

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