<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Workaround: &#8220;git push&#8221; from msysgit (git for Windows) hangs</title>
	<atom:link href="http://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: thierrybo</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-1344</link>
		<dc:creator>thierrybo</dc:creator>
		<pubDate>Sun, 05 Aug 2018 08:52:05 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-1344</guid>
		<description>Thanks also to Pavel the poster of comment #8. Becaause I can&#039;t find anymore “side-band-64k” string.

Note that I had to add manually:

[sendpack]
  sideband = false

to global .gitconfig, because the command:

$ git config –-global sendpack.sideband false
error: key does not contain a section: –-global

does not work.</description>
		<content:encoded><![CDATA[<p>Thanks also to Pavel the poster of comment #8. Becaause I can&#8217;t find anymore “side-band-64k” string.</p>
<p>Note that I had to add manually:</p>
<p>[sendpack]<br />
  sideband = false</p>
<p>to global .gitconfig, because the command:</p>
<p>$ git config –-global sendpack.sideband false<br />
error: key does not contain a section: –-global</p>
<p>does not work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-1235</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 13 Feb 2017 22:32:43 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-1235</guid>
		<description>Thankyou to the poster of comment #8. I ran into this same problem with git 2.10 on a Windows client and have been pulling my hair out all morning. Using the global config option solved the problem.</description>
		<content:encoded><![CDATA[<p>Thankyou to the poster of comment #8. I ran into this same problem with git 2.10 on a Windows client and have been pulling my hair out all morning. Using the global config option solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-1099</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Fri, 26 Jun 2015 15:41:28 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-1099</guid>
		<description>Microsoft helped me with this issue and we figured things out! I wrote a blog post about it here https://pedroliska.wordpress.com/2015/06/22/git-push-hangs-when-windows-git-client-pushes-to-teamfoundation-git-server/

Thanks Eli for posting about this.</description>
		<content:encoded><![CDATA[<p>Microsoft helped me with this issue and we figured things out! I wrote a blog post about it here <a href="https://pedroliska.wordpress.com/2015/06/22/git-push-hangs-when-windows-git-client-pushes-to-teamfoundation-git-server/" rel="nofollow">https://pedroliska.wordpress.com/2015/06/22/git-push-hangs-when-windows-git-client-pushes-to-teamfoundation-git-server/</a></p>
<p>Thanks Eli for posting about this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pedro</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-1097</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Fri, 19 Jun 2015 15:47:29 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-1097</guid>
		<description>I&#039;m running into the same issue as you guys. I tried both the hex fix and the sideband setting fix. None worked for me =( .

On the server side, the repo is a TFS (Microsoft&#039;s Team Foundation Server) Git repository. What is curious is that Visual Studio can push the repo just fine but the regular git client (1.9.5.msysgit.1) can&#039;t ... It seems that the TFS server and the regular git client don&#039;t like each other sometimes.

And this had to happen after months of convincing my dev teammates to switch to Git. Aaaaarrrgggghhh!!!! 

Well, this won&#039;t affect devs since we all have VS, but the build guys are freaking out about this since they have had sporadic hangings when cloning repos and we believe the cloning issue is related to this.</description>
		<content:encoded><![CDATA[<p>I&#8217;m running into the same issue as you guys. I tried both the hex fix and the sideband setting fix. None worked for me =( .</p>
<p>On the server side, the repo is a TFS (Microsoft&#8217;s Team Foundation Server) Git repository. What is curious is that Visual Studio can push the repo just fine but the regular git client (1.9.5.msysgit.1) can&#8217;t &#8230; It seems that the TFS server and the regular git client don&#8217;t like each other sometimes.</p>
<p>And this had to happen after months of convincing my dev teammates to switch to Git. Aaaaarrrgggghhh!!!! </p>
<p>Well, this won&#8217;t affect devs since we all have VS, but the build guys are freaking out about this since they have had sporadic hangings when cloning repos and we believe the cloning issue is related to this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Kosnyrev</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-1034</link>
		<dc:creator>Pavel Kosnyrev</dc:creator>
		<pubDate>Sun, 14 Dec 2014 14:19:34 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-1034</guid>
		<description>&quot;git config --global sendpack.sideband false&quot; on client solves the problem (git version 1.9.4.msysgit.2)</description>
		<content:encoded><![CDATA[<p>&#8220;git config &#8211;global sendpack.sideband false&#8221; on client solves the problem (git version 1.9.4.msysgit.2)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Igor</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-1008</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Mon, 13 Oct 2014 14:06:59 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-1008</guid>
		<description>This is amazing.
I just used Notepad++ to do a replace on the git.exe.
Thank you!!</description>
		<content:encoded><![CDATA[<p>This is amazing.<br />
I just used Notepad++ to do a replace on the git.exe.<br />
Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robby</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-963</link>
		<dc:creator>Robby</dc:creator>
		<pubDate>Tue, 22 Jul 2014 22:42:37 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-963</guid>
		<description>I don&#039;t know who you are, but you&#039;re a damned genius.

Thanks for posting this.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know who you are, but you&#8217;re a damned genius.</p>
<p>Thanks for posting this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graveen</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-933</link>
		<dc:creator>Graveen</dc:creator>
		<pubDate>Mon, 31 Mar 2014 23:32:33 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-933</guid>
		<description>Brilliant !

I&#039;m actually installing GIT into a DNS-323 NAS, arm-based, and i was forced to use SMB or HTTP (but in both cases, the NAS is not really powerful so the workload is important). The funpkg package manager is providing a working GIT package, but impacted by the bug.

Kudos for this solution, elegant and efficient !</description>
		<content:encoded><![CDATA[<p>Brilliant !</p>
<p>I&#8217;m actually installing GIT into a DNS-323 NAS, arm-based, and i was forced to use SMB or HTTP (but in both cases, the NAS is not really powerful so the workload is important). The funpkg package manager is providing a working GIT package, but impacted by the bug.</p>
<p>Kudos for this solution, elegant and efficient !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew MacLeod</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-844</link>
		<dc:creator>Andrew MacLeod</dc:creator>
		<pubDate>Wed, 13 Feb 2013 11:45:37 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-844</guid>
		<description>This fixed worked for me. The only tricky thing was to find the correct git executable that the daemon is running on the server.</description>
		<content:encoded><![CDATA[<p>This fixed worked for me. The only tricky thing was to find the correct git executable that the daemon is running on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2012/10/git-pull-windows-freeze-receive-pack/comment-page-1/#comment-826</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Wed, 12 Dec 2012 09:57:50 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=3232#comment-826</guid>
		<description>Ehm, yes. Please read again. I fixed the server, not the client. Even though hex editing the clients is possible, it&#039;s indeed the longer path to go.</description>
		<content:encoded><![CDATA[<p>Ehm, yes. Please read again. I fixed the server, not the client. Even though hex editing the clients is possible, it&#8217;s indeed the longer path to go.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
