jakubgarfield / Bonobo-Git-Server

Bonobo Git Server for Windows is a web application you can install on your IIS and easily manage and connect to your git repositories. Go to homepage for release and more info.
http://bonobogitserver.com
MIT License
1.81k stars 603 forks source link

Pushing requires authentification #746

Closed forReason closed 4 years ago

forReason commented 7 years ago

Hello,

I can login to http://myserver.com/git with my credentials. Also pushing with visual studio worked fine until now. Now it keeps asking for a usernam and password.

I tired to open up http://myserver.com/git/project.git and it asks for a password and username. It doesnt accep the user/password combination i login with.

best regards,

grafik

julian

forReason commented 7 years ago

Update: This error seemingly only occurrs when I have enabled the option "use windows authentication in iss" probably its not an issue of bonobo git

Nu11u5 commented 7 years ago

Per the setup instructions the IIS web application is supposed to be set up with anonymous authentication only. Bonobo uses it's own internal authentication methods that are configured in the web.config file.