codeanywhere/git/.gitconfig
2018-07-04 17:30:01 +08:00

10 lines
202 B
INI

[user]
email = username@example.com
name = username
[core]
autocrlf = input
[http "https://github.com"]
proxy = socks5://127.0.0.1:1080
[https "https://github.com"]
proxy = socks5://127.0.0.1:1080