Windows 中 Git 使用代理

2021/2/22 Git

# 设置代理:

git config --global http.proxy http://127.0.0.1:10809
1

# 取消代理:

git config --global --unset http.proxy
1
最后更新: 2022/8/5 09:49:24

Loading comments...