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 -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -

What is happening when Matlab is starting a "parallel pool"? -