add git proxy, life sucks

This commit is contained in:
Newnius 2018-01-16 20:39:37 +08:00
parent 5ca8c26da5
commit 3705361c58

9
git/.gitconfig Normal file
View File

@ -0,0 +1,9 @@
[user]
email = username@example.com
name = username
[core]
autocrlf = input
[http]
proxy = socks5://127.0.0.1:1080
[https]
proxy = socks5://127.0.0.1:1080