oz10
oz10

Reputation: 158324

How can I troubleshoot git pull

I cloned a https github repository while at work. At work I can pull/push without issues. However, when I go home 'git pull' just hangs. Wireshark doesn't show any traffic going out over https. I don't have any proxy settings defined in git.

Is there anyway to troubleshoot this?

Upvotes: 2

Views: 654

Answers (1)

oz10
oz10

Reputation: 158324

set GIT_CURL_VERBOSE=1

Then run

git pull

Upvotes: 1

Related Questions