git配置全局代理

涛子 - 简单就是美 / 2023-08-29 / 原文

* 设置 
# git config --global http.proxy 192.168.10.13:10809

* 取消
# git config --global --unset http.proxy