This question:
How to push a locally-create branch
Received a +1 comment:
It looks like the remote repository has been configured not to allow you to push new branches.
Now, I created the remote repository using this ASP.NET project:
http://www.jeremyskinner.co.uk/2010/06/25/hosting-a-git-server-under-iis7-on-windows/
So, how do configure the remote repository to accept new branches? For the record, I can't imagine Jeremy's code does anything to disable pushing branches.
The remote repo has otherwise been working perfectly until I tried to push a branch created locally.
Update 1
- The remote repo has bare = true in the config file.
- There is also a folder with my branch name in it in the server refs\heads folder so it must have pushed something.
Luke