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
24
votes
1 answer

Issue with GIT hosted on IIS with Bonobo

We installed Bonobo Git Server on a webserver using IIS7. Everything seems to work fine, we create repositories, we clone them, but when we try to push we have this error: $ git push origin master Username: Password: Counting objects: 3985,…
Charles Ouellet
  • 6,338
  • 3
  • 41
  • 57
14
votes
4 answers

Git fetch hangs on git-upload-pack

Seemingly at random, our local repos can no longer fetch from our Bonobo server. It happens with our biggest remote repo (about 4GB) to different people and at different times, when we try to fetch locally. At first it was just every few months, but…
Stefano
  • 1,686
  • 1
  • 16
  • 25
12
votes
4 answers

RPC Failed result 22 http code 404

Im using Bonobo Git Server and everything looks fine. Im movin all my old SVN repos to GIT and even with big repos (about 3.5 GB) with +760 commits the "git svn clone" and "git push" is working really fine. But not with a tiny repository: it has…
ppalmeida
  • 2,924
  • 5
  • 20
  • 25
10
votes
2 answers

Couldn't find remote ref HEAD in Git

I installed bonobo git server on windows 7. I created a new repository "SFK" through that bonobo. Then I cloned into that like: git clone http://localhost/Bonobo.Git.Server/SFK.git git add "trans.cs" git commit -m "added" git push…
shanmugharaj
  • 3,814
  • 7
  • 42
  • 70
7
votes
1 answer

Can I use pull request on Bonobo Git Server

Particularly, my team have a Bonobo git and we must use pull request as a important part of workflow but I can't pull request in Bonobo git even by command, what should I do now? Thanks!
Fes Nguyen
  • 580
  • 5
  • 18
6
votes
2 answers

Bonobo Git Server - HTTP Error 500.19 - Code: 0x80070021

Is giving this error when accessing the system after installation: OS: Windows 2012 R2
5
votes
2 answers

Cannot Access local Bonobo Git Server home page on IIS

I installed the Bonobo Git Server for Windows followed all instructions but instead of being redirected to the home page localhost/Bonobo.Git.Server it instead shows the contents of the application see image below. What did I do wrong and how to…
TwoThumbSticks
  • 1,086
  • 3
  • 23
  • 38
5
votes
1 answer

How do you setup branches for a Bonobo Git Server repository?

I'm just starting to try to setup a Bonobo Git Server. I don't see any way to setup branches in it? I've seen discussions on permissions for branch folders so I know it can be done. Is there a way to create branches from the web interface? I will…
Mike
  • 182
  • 1
  • 11
5
votes
4 answers

Git/Bonobo - Add local repository to remote

I've just started using Git for version control on a local network. To allow multiple users to sync repositories I've also started using the Bonobo Git Sever package which works well. Up until now I've always initialised a repository by creating it…
Mark
  • 1,277
  • 3
  • 13
  • 27
5
votes
1 answer

How to write Git Server Hooks on Windows platform?

I can't find any clear examples of Git hooks for Windows. I use Bonobo Git Server on Windows Server. I need pre-commit and post-commit hooks as cmd or bat. Pre-commit should check empty comments and post-commit should send an e-mail notification…
JMLabs
  • 61
  • 2
4
votes
3 answers

Bonobo Git Server Authentication failed, why?

I download and install Bonobo Git Server (6.0.0.532). I have followed IIS authentication settings: I create the repository via rescan directory. I create the user (login: qqq, pass: qqq) When I try to clone repository via TortoiseGit I see the…
AeroSun
  • 2,401
  • 2
  • 23
  • 46
4
votes
1 answer

Running a Git Server on Windows Server 2012 R2/IIS

Edited with Answer - Q: We would like to run a three-tier programming git structure here at work. Programmers would be able to use Git on their local machine, clone push and fetch from a remote repository running on a "Production" virtual…
user4333011
4
votes
2 answers

Is branch level read/write access permission available in Bonobo Git Server?

I wanted to give write permission to the master branch only to a group of people. It seems there are no such option in Bonobo Git Server hosted in IIS server. Can anyone suggest a solution for this?
Pazhaniyappan
  • 122
  • 1
  • 10
4
votes
2 answers

How to mark a block of code in start repository page (readme.md)

I use Bonobo Git Server 4.0.0.0 for Windows. It work fine. I use readme.md as information notice. I can mark a block of code using 4 spaces before every line (in this case syntax formating don't work). Unfortunately, (empty line) ```java (some…
Joysi
  • 97
  • 2
  • 7
4
votes
3 answers

Bonobo Git Server Domain Authentication failes

I recently installed Bonobo.Git.Server on one of my machines. I have a domain controller that I have the authentication wired through with settings in IIS. If I'm logged into a computer/user that is part of the domain I can do a "git clone" just…
Ranger1230
  • 159
  • 1
  • 10
1
2 3
8 9