diff --git a/git.md b/git.md index 8c0a639..bea70cb 100644 --- a/git.md +++ b/git.md @@ -134,7 +134,7 @@ git clone -c core.sshCommand="/usr/bin/ssh -i /home/da2001/.ssh/sape_a.dolgiy" s 2. Указать в настройках локального репозитория необходимый ключ ```shell -git config --local core.sshCommand="/usr/bin/ssh -i /home/da2001/.ssh/sape_a.dolgiy" +git config --local core.sshCommand "/usr/bin/ssh -i /home/da2001/.ssh/sape_a.dolgiy" ``` [вверх](#git)