I have followed all the steps for installing Bonobo on one of our office servers.
I am able to run the web application both locally on the server and remotely through another system in the office. So that part works well
However -when I try to use MINGW32 git client to clone my repository, I get an authentication failure message when trying to clone a repository. fatal : Authentication failed for "http://IpAddress:port/Project.git"
username and password is correct since with same credentials I am able to logon to the web application
I use the following command
$ git clone http://IPAddress:port/Project.git
Thanks