From 519c9e802dc69a724936baec692d04ef362b69a2 Mon Sep 17 00:00:00 2001 From: Vahagn Khachatryan Date: Mon, 24 Feb 2020 22:00:37 +0000 Subject: [PATCH] .gitconfig.locla --- local/bb_local_dev/.gitconfig.local | 34 +++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 local/bb_local_dev/.gitconfig.local diff --git a/local/bb_local_dev/.gitconfig.local b/local/bb_local_dev/.gitconfig.local new file mode 100644 index 0000000..14f8a28 --- /dev/null +++ b/local/bb_local_dev/.gitconfig.local @@ -0,0 +1,34 @@ +[user] + name = Vahagn Khachatryan + email = vkhachatrya5@bloomberg.net + +[url "bbgithub:"] + insteadOf = https://bbgithub.dev.bloomberg.com + +[http "https://github.com"] + proxy = http://proxy.bloomberg.com:81 + sslCAinfo = /usr/local/share/ca-certificates/bloomberg-root-ca.crt + +[url "https://github.com/"] + insteadOf = github.com: +[url "https://github.com/"] + insteadOf = git@github.com: +[url "https://github.com/"] + insteadOf = ssh://git@github.com/ + +[http "https://gitlab.com"] + proxy = http://proxy.bloomberg.com:81 + sslCAinfo = /usr/local/share/ca-certificates/bloomberg-root-ca.crt + +[url "https://gitlab.com/"] + insteadOf = gitlab.com: +[url "https://gitlab.com/"] + insteadOf = git@gitlab.com: +[url "https://gitlab.com/"] + insteadOf = ssh://git@gitlab.com/ + +[http "http://192.168.0.4:8080"] + proxy = socks5://127.0.0.1:1080 + +[url "http://git.kernel.org"] + insteadOf = git://git.kernel.org