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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -