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

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -