Git 常见问题
1. 连接GITHUB服务失败
最近在使用 git
时,发现 git pull
时经常会出现下面的报错 kex_exchange_identification: Connection closed by remote host
,导致无法正常拉取代码。
$ git pull
kex_exchange_identification: Connection closed by remote host
Connection closed by 192.30.255.113 port 22
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.