From 831ba2759a5b48dff9f8d89123deb3144f707b46 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Tue, 25 Oct 2022 02:27:23 +0000 Subject: [PATCH] dogfood: remove gitconfig to allow cloning with HTTPS This reflects a more natural environment that our customers might have, and enables us to use the new git authentication! --- dogfood/files/etc/gitconfig | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 dogfood/files/etc/gitconfig diff --git a/dogfood/files/etc/gitconfig b/dogfood/files/etc/gitconfig deleted file mode 100644 index 439b78690c5ca..0000000000000 --- a/dogfood/files/etc/gitconfig +++ /dev/null @@ -1,4 +0,0 @@ -# This is required to force SSH authentication for go mod. -# See: https://golang.org/ref/mod#private-module-repo-auth -[url "git@github.com:"] - insteadOf = https://github.com/