我在 Ubuntu 14.04 ie 上使用终端执行 git clone git clone [email protected]:myusername/myrepo.git
。在我这样做之前,我将 git 设置为使用 proxy with command: git config --global http.proxy proxyserver:port
。但是,当我尝试在 git 上克隆我的 repo 时收到此错误消息。需要帮助。
Cloning into 'MY REPO'... 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.
如果您尝试使用带有 HTTP 代理的 SSH 连接,它将无法工作。Github 也通过 HTTPS 提供 Git。所以尝试: