From a8984092bd29f37b043f54b8e47d85a2bca54535 Mon Sep 17 00:00:00 2001 From: Saibotk Date: Tue, 3 Dec 2024 02:11:15 +0100 Subject: [PATCH] fix(gitconfig): remove github redirect This had issues on intial setup, because then we need a SSH key to access and pull repositories. With this, we also cannot pull our ZSH plugins. So we removed this for now. --- .gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index c3b20fd..ea10dfe 100644 --- a/.gitconfig +++ b/.gitconfig @@ -42,7 +42,5 @@ submoduleSummary = true [branch] sort = -committerdate -[url "git@github.com:"] - insteadOf = "https://github.com/" [push] autoSetupRemote = true