From 0c4d64959d9a510fc55d8b0007e4bf8e64630b80 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Thu, 4 Feb 2016 08:39:50 -0800 Subject: [PATCH] [git] Don't assume SSH for GitHub --- .gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index 72000f0..1859a32 100644 --- a/.gitconfig +++ b/.gitconfig @@ -59,7 +59,7 @@ autosquash = true [interactive] singlekey = true -[url "git@github.com:"] - insteadof = https://github.com/ +; [url "git@github.com:"] +; insteadof = https://github.com/ [transfer] fsckobjects = true