add git proxy, life sucks
This commit is contained in:
parent
5ca8c26da5
commit
3705361c58
9
git/.gitconfig
Normal file
9
git/.gitconfig
Normal 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
|
Loading…
Reference in New Issue
Block a user