From 19f24ac7a1db0a0f27a8642a61214d3f4a6a7f8d Mon Sep 17 00:00:00 2001 From: Maxime Wack Date: Sat, 15 Apr 2023 00:01:03 +0200 Subject: [PATCH] Use http for gh: alias in git Using ssh did not work to clone others' repos --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index ccf0000..50c2c15 100644 --- a/.gitconfig +++ b/.gitconfig @@ -33,7 +33,7 @@ [url "https://aur.archlinux.org/"] insteadOf = aur: -[url "git@github.com:"] +[url "https://github.com/"] insteadOf = "gh:" [url "git@github.com:maximewack/"]