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
2
votes
3 answers

Can I create multiple repository directories in Bonobo GIT server?

In Bonobo Git server 5.2.0.0 I changed the "Repository directory" to something like D:\Git_Repositories. But, It will search for repositories only directly under that folder and will not propagate inside it for folders inside it. For…
Elyahu
  • 226
  • 1
  • 2
  • 15
2
votes
0 answers

Not able to clone git repo hosted on Windows Server 2012

I have hosted the Bonobo Git Server(https://bonobogitserver.com/) on IIS8 on a Windows Server 2012 R2 Standard machine(named myhostserver); created a repository(bare) on this server (myrepo.git). I am able clone this repo on the server itself via…
vintrojan
  • 1,277
  • 1
  • 12
  • 22
2
votes
0 answers

Bonobo Git Server 5.1.1 gives empty blank page on Windows 7

Bonobo Git Server 5.1.1 always shows blank page in windows 7 but IIS 7 is up and running (Tried with almost 5 windows 7 PCs). I tried all the options and selected asp.net 4.0 still no success. But I tried in Windows 8 there I am getting the login…
User1611
  • 1,081
  • 4
  • 18
  • 27
2
votes
1 answer

Windows client for Bonobo git server

Is there a working client for Bonobo Git Server like Source Tree? Anyone install and configure it?
zakwer
  • 31
  • 1
  • 4
2
votes
1 answer

Deleting broken repository in Bonobo

I had some sort of errant script that somehow put a copy of a repo in my Bonobo server. Then Bonobo picked it up with the message Discovered in file system. I deleted it from said filesystem but now I can't get it to delete from bonobo, I have a…
Bmo
  • 1,212
  • 11
  • 34
2
votes
1 answer

.gitignore File Not Working With Bonobo

I set up a Bonobo Git server in IIS and have it working on my local computer. However, the .gitignore file is not working. I'm using the GitHub Windows client and this ignore file. I want the bin and obj folders ignored, but they are showing up as…
Halcyon
  • 14,631
  • 17
  • 68
  • 99
2
votes
1 answer

Bonobo Git Server Configruation: HTTP Error 500.19 - Internal Server Error at line 71

I have tried to configure Bonobo Git Server. I have followed the included instructions, and after trying to visit the server for the first time, I get the following error: There is a similar question; however, it gives an error at one line prior…
Jake
  • 3,411
  • 4
  • 21
  • 37
2
votes
1 answer

Cannot pull or clone from Bonobo Git Server

I'm trying to use Bonobo git server to store my own projects. However, I'm running into trouble cloning, pulling from, and pushing to the repository. Whenever I try to perform an action (either http or https; clone, pull or push) I get the…
widmo
  • 51
  • 1
  • 7
2
votes
1 answer

Cannot clone with Bonobo Git server hosted on IIS 7.5 (Windows 7)

I have installed Bonobo 3.4.3, following the instructions here. I am able to access the site, add a repository, users, etc. I created a repository to test pushing/pulling with, named Test, and then tried to clone it and that's when my issue arose. I…
nslogan
  • 87
  • 1
  • 7
2
votes
3 answers

Bonobo Git Server and SVN

I've installed Bonobo Git Server (3.4.2.0) locally. I have a SVN server that contains old repositories? How can I import these repositories to work under Bonobo Git Server .
moh_sun
  • 31
  • 3
2
votes
1 answer

White Screen After Bonobo Git Installation

I have been trying to install Bonobo Git server on windows 7 as a local server. I installed ASP.NET MVC4 enabled IIS. However, when I try to load the url http://localhost/Bonobo.Git.Server/Home/LogOn, I just get a white screen. When I try the url…
sydney
  • 51
  • 4
2
votes
0 answers

File Not Found when viewing Files on the Repository Browser

I am using Bonobo Git Server with form authentication. When i trying to view a file from the repository browser its showing 404 Error. If it tried to access README.md file URl :…
Purushoth
  • 2,673
  • 3
  • 22
  • 36
2
votes
1 answer

Cloning Git repository throwing ArithmeticException

We're utilizing Bonobo Git Server to host some internal git repos. When attempting to check out one of our repositories we're getting this error returned: RPC Failed; result=22, HTTP code = 500 fatal: The remote end hung up unexpectedly In the…
Dave Zych
  • 21,581
  • 7
  • 51
  • 66
2
votes
1 answer

Local Git Server Setup (using bonobo)

I am trying to setup the Bonobo Git Server to use github on a centralized server. I have followed the instructions given at their documentation. After doing everything as they have described, when I tried to access the Bonobo's git server webpage, I…
Kamran Ahmed
  • 11,809
  • 23
  • 69
  • 101
1
vote
0 answers

Git return "'pull' is not a git command. See 'git --help'" from remote on Windows 10

I have a bonobo server on my server that is running windows 10. I'm trying to link a new hook on "Update", so the files from the node development server can get updated directly from git. I tried to do so using a cmd file, examples to…
ithan
  • 360
  • 4
  • 15
1 2
3
8 9