Skip to content

Commit e03d339

Browse files
Automated build from blog source
1 parent 5d4eb49 commit e03d339

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

tech_blog/5.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,18 @@ <h2 id="packet-fragmentation">Packet Fragmentation</h2>
142142
1420.</p>
143143
<p>Trying the client to client test, we get the same MTU discovery, but
144144
with 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
147159
it is killing me.</p>

0 commit comments

Comments
 (0)