SSL连接超时

时间:2013-07-28 17:19:48

标签: git ssl github

我在尝试

时遇到以下错误
git pull https://github.com/<username>/<repo_name>.git

error: SSL connection timeout while accessing https://github.com/<username>/<repo_name>.git/info/refs

fatal: HTTP request failed

我的设置不正确?如何打印更详细的错误消息?

1 个答案:

答案 0 :(得分:1)

你不应该只使用克隆选项吗?

git clone https://github.com/<username>/<repo_name>.git

要首次亮相连接问题,请设置以下标志

export GIT_CURL_VERBOSE=1 

通过http://git.661346.n2.nabble.com/Is-there-a-debug-mode-for-git-clone-https-traffic-td6375651.html