Skip to content

Files

Latest commit

6d2f66c · Dec 28, 2018

History

History
11 lines (8 loc) · 181 Bytes

git.md

File metadata and controls

11 lines (8 loc) · 181 Bytes

Git

Global config

set

git config --global https.proxy 'socks5://127.0.0.1:1080'

unset

git config --global --unset https.proxy

OR

git config --global --edit