我在尝试
时遇到以下错误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
我的设置不正确?如何打印更详细的错误消息?
答案 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