From 3705361c58324478d7f71b77691b6b0e7b727863 Mon Sep 17 00:00:00 2001 From: newnius Date: Tue, 16 Jan 2018 20:39:37 +0800 Subject: [PATCH] add git proxy, life sucks --- git/.gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 git/.gitconfig diff --git a/git/.gitconfig b/git/.gitconfig new file mode 100644 index 0000000..e2d0f8e --- /dev/null +++ b/git/.gitconfig @@ -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