在git clone或者git push时出现报错:
fatal: unbale to access `xxx` : The requested URL returned error: 502
有可能是代理问题,去掉代理即可:
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