Tag Archives: git

TeamCity unable to load changes from Git due to an existing remote

I’ve recently been doing a lot of work in TeamCity, including switching over from SVN to Git (more to come on that in future blog posts). I’ve just had to deal with an odd issue which was entirely my fault but took a bit of head-scratching to figure out. I got the following exception (where […]

Posted in Fixes | Also tagged | Leave a comment

Git “broken pipe” error when pushing to a repository

This is one that’s caught me out on more than one occasion now, hopefully by blogging it I won’t forget about it again quite so soon… When attempting to push to a git repository over HTTP, you may experience a “broken pipe” error along the lines of the following: This error occurs when the amount […]

Posted in Fixes | Tagged | 37 Responses