From d53f2e0bb4bbd036919a14d53c6bf62a20429e65 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 3 Jan 2021 19:19:09 +0000 Subject: [PATCH] chore(git): disable github http to ssh/git connections Clone GitHub HTTP remotes over HTTP via ~/.netrc credentials instead of forcing GitHub HTTP clones to operate over ssh/git. --- gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/gitconfig b/gitconfig index e28abc3..77faf17 100644 --- a/gitconfig +++ b/gitconfig @@ -63,5 +63,3 @@ required = true [include] path = ~/.gitconfig_private -[url "ssh://git@github.com/"] - insteadOf = https://github.com/