Questions tagged [bonobo]

Bonobo is a Windows based Git Server that runs on IIS and ASP.NET-MVC.

Bonobo is an open source Windows based Git Server that runs on IIS and ASP.NET-MVC.

Official Website: http://bonobogitserver.com/

Source code, issue tracker are on GitHub: https://github.com/jakubgarfield/Bonobo-Git-Server

123 questions
3
votes
3 answers

Move bonobo git server repositories to another drive

I use Bonobo Git Server, I want to move my repositories to another drive. currently the repositories are in C:\inetpub\wwwroot\Bonobo.Git.Server\App_Data\Repositories. How can I move them to D:\ drive?
Hossein Rashno
  • 3,073
  • 1
  • 25
  • 49
3
votes
0 answers

GIT clone hanging when --depth parameter used

I am trying to run the following command (in a Windows command prompt) to clone a git repository git clone --branch=master --no-checkout --depth=2 --progress -v http://mygitserver.com/myrepo.git C:\Dev However, the progress shows it only gets as…
Tim C
  • 70,053
  • 14
  • 74
  • 93
3
votes
1 answer

Bonobo git server default user credentials

I am hosting bonobo git server on my iis and I left the configuration options to their defaults, meaning that it is supposed to be using its internal membership service. Whenever I navigate to my server, I am prompted with a Login screen before I…
K. Alan Bates
  • 3,104
  • 5
  • 30
  • 54
3
votes
0 answers

Bonobo 5.0.1 with Windows Authentication

Installed Bonobo 5.0.1 on a 2008R2 server running IIS 7.5. Site is setup where Bonobo is the site - not an application off another site. Everything seems to work with cookies authentication and the internal membership. I get the same error that…
J. Taylor
  • 31
  • 3
3
votes
0 answers

Bonobo Git Server Windows Authentication Error

I have recently installed Bonobo Git Server on my local IIS server. I've got windows authentication and the Active Directory membership service working correctly via the web ui (Authentication works, AD groups/teams/admins are imported as expected).…
Matthew Graves
  • 3,226
  • 1
  • 17
  • 20
3
votes
1 answer

BONOBO GIT Server Login returns to same page

I installed bonobo Git Server on Windows 8 server, its Showing login page. As per the login instruction the username and password is admin,admin. after that its return to the same login page again. Please tell me the solution for same
Vrushali Shinde
  • 134
  • 1
  • 8
3
votes
1 answer

MINGW32 GIT client not able to connect Bonobo GIT Server

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…
user3276940
  • 487
  • 5
  • 16
3
votes
1 answer

Bonobo Git Server SMTP Settings

I have Bonobo Git Server version 3.6 installed on my Win 7 PC. Today, I tried on forgotten password, but it popup error message saying Unable to send email. Validate SMTP settings.. How & where can I set the SMTP settings?
user1995781
  • 19,085
  • 45
  • 135
  • 236
3
votes
0 answers

Fatal: Could not read from remote repository with Bonobo on IIS

I've installed Bonobo 3.3.0.0 in IIS on 2008 R2 system. The web interface works well, I can create repositories, add users, etc. But when I try to clone from it I get this: C:\svn\lan>git clone http://git.robertivanc.com/lanweb.git lanweb Cloning…
Robert Ivanc
  • 1,402
  • 17
  • 32
3
votes
1 answer

Not able to access a local git server

We have installed a bonobogit server by following this guide: http://bonobogitserver.com/install/ I am able to access the repositories by using the web browser. I have created a XYZ repo using the browser. However when I try to clone it by using…
bubble
  • 3,408
  • 5
  • 29
  • 51
2
votes
2 answers

Git - post-receive hook not working on remote windows server

I'm trying to get a git post-receive hook working on Windows. I'm using Git 1.7.9 (Msysgit) and have a repo locally and a bare repo on a remote server. I can fetch, commit, push etc. I've set up a post-receive hook that should checkout the files…
Jag
  • 723
  • 8
  • 21
2
votes
0 answers

Unable to install a working copy of Bonobo git server

I've installed the Bonobo server per the instructions here: https://bonobogitserver.com/install/ however, when I try to open the home page in edge I get a 404 error. In looking at the contents of the server's application directory I don't see a file…
maynard
  • 77
  • 1
  • 13
2
votes
1 answer

Windows authentication configuration questions

I installed version 6.3.0 of the bonobo server on a windows 2008 r2 box. I followed the instructions and all it was well with the out-of-the-box settings. Now, I wanted to enable Windows Authentication. The goal is that the developers don't have to…
boggy
  • 3,674
  • 3
  • 33
  • 56
2
votes
1 answer

Local git server (Bonobo git server) trying to clone a repository throw me an error

On my machine, the git client version is 2.11.1.windows.1 and the server is Bonobo Git Server 5.2.0.0 In the command prompt commands show me this error "/info/rafs not valid: is this a git repository" after trying to clone a repository. I went to…
Angel
  • 1,670
  • 1
  • 11
  • 14
2
votes
1 answer

Sql server with Bonobo GIT

I have configured Bonobo GIT and it's working fine with SQL Lite. Can we user SQL Server with Bonobo GIT? If, Yes then where can I find the ready made database?
Jigar Shah
  • 175
  • 2
  • 3
  • 13
1
2
3
8 9