You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

centos开启http代理

git config --global http.proxy https://192.168.1.106:7890
git config --global https.proxy https://192.168.1.106:7890



ubuntu开启socket代理

git config --global http.proxy 'socks5://192.168.1.106:7890'
git config --global https.proxy 'socks5://192.168.1.106:7890'


  • No labels