osx - Debugging git network issues -


is there way see what’s going on @ network level when git push?
prefer kind of command line utility see what's happening. protocol ssh. using git_trace=1 doesn't give me info

to check network traffic suggest running wireshark, or tshark.
add filter see want, in case

tcp.dstport==22  

now can see ssh traffic


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

meteor - inserting data to database gives error "insert failed: Method '/texts/insert' not found" -