File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,6 +142,18 @@ <h2 id="packet-fragmentation">Packet Fragmentation</h2>
1421421420.</ p >
143143< p > Trying the client to client test, we get the same MTU discovery, but
144144with the usual worse ping results.</ p >
145+ < h2 id ="git-push-issues "> Git push issues</ h2 >
146+ < p > I was on the VPN one day and tried to push come code, and it was
147+ hanging as usual, so as usual I go to disconnect my VPN and I get a
148+ response from the terminal that I had not got in the past</ p >
149+ < pre > < code > $ git push
150+ Connection reset by 140.82.116.4 port 22</ code > </ pre >
151+ < p > Hmm port 22, isnt that SSH? Why is git using SSH? Then I realized
152+ duh, that is what git uses when you set up a repo cloned by SSH, which
153+ is what I did. This must be the same root cause as the issue with not
154+ being able to SSH into a server, it getting stuck waiting for a reply.
155+ At least I feel a little better about that, still dont know what the
156+ issue is though.</ p >
145157< h1 id ="conclusion "> Conclusion</ h1 >
146158< p > Currently I dont know something about networking and/or tunnels, and
147159it is killing me.</ p >
You can’t perform that action at this time.
0 commit comments