From 0a9568771836cd5b76838dc0aa06eda9a678ff3c Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Wed, 21 Dec 2022 19:24:11 -0800 Subject: [PATCH] restore https -> ssh for github urls --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index b6d588b..d831e00 100644 --- a/.gitconfig +++ b/.gitconfig @@ -71,8 +71,8 @@ updateRefs = true [interactive] singlekey = true -; [url "git@github.com:"] -; insteadof = https://github.com/ +[url "git@github.com:"] + insteadof = https://github.com/ [transfer] fsckobjects = true [submodule]