我尝试时收到以下错误
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
我没有正确设置什么?如何打印更详细的错误消息?
你不应该只使用克隆选项吗?
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