分享交流前沿计算机技术

0%

给git设置全局代理

给git设置全局代理

  1. 打开shadowsocks、ssr、clash等软件的全局代理模式
  2. 打开Windows网络和Internet设置找到代理选项,查看本地代理的IP和端口
1
2
git config --global http.proxy http://127.0.0.1:1080
git config --global https.proxy https://127.0.0.1:1080