title: git_proxt_set categories: [git] tags: [git, proxy, config] date: 2017-08-01 21:23:05 description: How do you delegate Git to pull branches from GitHub quickly


set git through proxy:

set gir proxy

Git config --global http.proxy socks5://127.0.0.1:1080 Git config --global http.proxy http://127.0.0.1:1080 git config - global HTTP proxy https://127.0.0.1:1080

git config –usage

git config –global [name] [name_value]

Recover git global config:

git config –global –unset [name]