При использовании git clone я получаю сообщение об ошибке.Вот команда и информация об ошибке.
[user@linux]$ git clone git@github.com:username/repertory.git
FATAL: failed to begin relaying via HTTP.
ssh_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
За исключением git @ github, git clone https: // ...... и git clone git: // ...... worksЧто ж.Так что я думаю, что что-то не так с протоколом ssh, затем я проверил ssh.
[user@linux]$ ssh -T git@github.com
Hi username! You've successfully authenticated, but GitHub does not provide shell access.
Кажется, я могу подключиться к github по протоколу ssh.Но что не так с git clone через ssh?