git开启代理和关闭代理

2022-11-12  本文已影响0人  那钱有着落吗
  1. git 开启代理
git config --global http.proxy http://127.0.0.1:41091
git config --global https.proxy http://127.0.0.1:41091

  1. git 取消代理
git config --global --unset http.proxy
git config --global --unset https.proxy
上一篇下一篇

猜你喜欢

热点阅读