From c9539eaf02f62575f961b758f200c5c182cbef30 Mon Sep 17 00:00:00 2001 From: rydesun Date: Mon, 27 Jul 2020 00:45:42 +0800 Subject: [PATCH] Update git config: use https instead of git protocol --- .config/git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/git/config b/.config/git/config index aea81d6..b58bf7f 100644 --- a/.config/git/config +++ b/.config/git/config @@ -25,3 +25,5 @@ rebase = true [credential] helper = cache +[url "https://github.com"] + insteadOf = git://github.com