From 494ecac07376942c615f810fa8d6dce5a94eb612 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 27 Mar 2023 10:02:04 +0200 Subject: [PATCH] [ssh] Add https auth method for Gitea and Github --- .config/git/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/git/config b/.config/git/config index e364417..c79d81c 100644 --- a/.config/git/config +++ b/.config/git/config @@ -126,3 +126,9 @@ process = git-lfs filter-process [safe] directory = /opt/flutter + +[url "https://phundrak@github.com"] + insteadOf = https://github.com + +[url "https://phundrak@labs.phundrak.com"] + insteadOf = https://labs.phundrak.com