From a131dbe2613c7e8568550be959b81aabfa5f3e3e Mon Sep 17 00:00:00 2001 From: Nemo Date: Sun, 23 Feb 2020 01:41:07 +0530 Subject: [PATCH] stop forcing ssh for git clones, HTTPs is sometimes better --- files/git/.gitconfig | 7 ------- 1 file changed, 7 deletions(-) diff --git a/files/git/.gitconfig b/files/git/.gitconfig index a4a03ed..938709a 100644 --- a/files/git/.gitconfig +++ b/files/git/.gitconfig @@ -63,13 +63,6 @@ # url = http://localhost:81/svn/project/branches branches = tags = - -[url "ssh://git@github.com/"] - insteadOf = https://github.com/ -[url "ssh://git@gitlab.com/"] - insteadOf = https://gitlab.com/ -[url "ssh://git@bitbucket.org/"] - insteadOf = https://bitbucket.org/ [credential] helper = cache --timeout=3600 [color "diff"]