From b2edecf1b78d68b6a3d35f56abcb4c3664021322 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:26:45 +0100 Subject: [PATCH] fix: do not use ssh but https --- scripts/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync.sh b/scripts/sync.sh index 0d89067..aee2054 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -216,7 +216,7 @@ function configure_git_on_ci { # set git email & username bash <(curl -s https://raw.githubusercontent.com/ory/ci/master/src/scripts/install/git.sh) # change global url from https://github.com/ to git@github.com: - git config --global url."git@github.com:".insteadOf https://github.com/ + # git config --global url."git@github.com:".insteadOf https://github.com/ } # copy contributing guide to docs if docs exist