From 4b640b26023dd3448b48856516c14c07af28fb26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Fri, 11 Oct 2024 20:27:01 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20gitconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/gitconfig b/etc/gitconfig index 0bdd377..b62bd3b 100644 --- a/etc/gitconfig +++ b/etc/gitconfig @@ -1,6 +1,6 @@ [core] sshCommand = ssh -i ~/.ssh/key -[url "git@git.mousesoft.ru:"] +[url "ssh://git@git.mousesoft.ru/"] insteadOf = https://git.mousesoft.ru/ [filter "lfs"] clean = git-lfs clean -- %f