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