I've installed the bonobo git server on Windows 2012 and IIS 8. I've followed all the installation steps. I've created an empty repository. Then on my computer I have :
- created an empty folder
- Add a file to the folder
- executed git init
- git add -A
- git commit
- git remote add origin giturl
- git push origin admin
but git returns fatal: repository ... not found
I've tried with git URL and personal URL, also tried allowing anonymous push to the repository but nothing works. In the same machine, I've had no any problems when working against GitHub.
Has anyone run into the same problem?