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
1
vote
0 answers

Tortoise git bonobo server Permission denied upon push

I have on my pc a repository called Project. when I try to pull everything works fine. However if I try to push I have a fatal error: Total 0 (delta 0), reused 0 (delta 0) error: cannot lock ref 'refs/heads/master': Unable to create 'C:/inetpub…
Wing
  • 642
  • 2
  • 5
  • 16
1
vote
2 answers

How to make a public repository private

How to make a public repository private via Command Line or in Bonobo Git Thanks... I've created a repository in BonoboGit, I want to make it private, how to?
Mohammad Lotfi
  • 369
  • 5
  • 16
1
vote
1 answer

How can I set permission for an user in Bonobo Git Server

I downloaded the installed the Bonobo Git Server application and created repository and users. Everything is working fine except I am not seeing any option to set the permission to a user. For example I want create an user "user1" with read only…
Anupam Shukla
  • 35
  • 2
  • 9
1
vote
1 answer

Git hanging on POST git-receive-pack

I am having trouble pushing large changes or files, around 20MB, to Git. It will always hang after POST git-receive-pack and displays fatal: The remote end hung up unexpectedly error: RPC failed; result=56, HTTP code = 0 I have seen the other…
Manny
  • 426
  • 4
  • 11
1
vote
1 answer

Cannot connect to remote repository on Bonobo Windows Server 2012

I successfully installed Bonobo on my Windows 2012 server without any problem. I created a repo through the web interface, but when trying to add the remote repo through Git I get the following error: fatal:…
dschuett
  • 300
  • 3
  • 13
1
vote
1 answer

Port missing from URL on Bonobo Git Server

Bonobo does not respect my port settings in the "General URL" e.g In Browser: In Bonobo: Can this be made to include the port?
Kuffs
  • 35,581
  • 10
  • 79
  • 92
1
vote
1 answer

Admin user not recognized on Bonobo Git Server

I'm am using the Bonobo Git Server on IIS for a while and it works fine. I hardly ever use the web interface and if I do, I log in as a normal user. Today I logged in as the administrator but the admin links at the top are missing. Normally I should…
Peter Hahndorf
  • 10,767
  • 4
  • 42
  • 58
1
vote
1 answer

Does LibGit2Sharp support initialize shared repository?

i want to use Bonobo git server and want to initialize --shared --bare repositories. i check the source code of bonobo git server and by default it creates bare repositories. i need to include --shared as well, but there is no function in…
Rifky
  • 1,444
  • 11
  • 26
1
vote
1 answer

Bonobo Can't Open Database File

I'm trying to install Bonobo on Windows 7/IIS 7/.Net 4.5 but I'm having trouble with SQLite. I get the following error when I load up the page in a browser unable to open database file Description: An unhandled exception occurred during the…
Carnivoris
  • 793
  • 3
  • 7
  • 23
1
vote
1 answer

bonobo, can't access repo on localhost

Running on Windows 7 I've installed IIS7 and followed the instructions here. I've managed to setup the bonobo git server and use it. I made an empty test repo, and when I tried cloning the repo using git shell using the command git clone…
svarog
  • 9,477
  • 4
  • 61
  • 77
1
vote
1 answer

Bonobo GIT not firing post-receive hook

I did some searching and tried a few things to get an answer to this question but not having any luck. My post-receive script runs fine if I run it from bash. Also, I have changed the git to a full version that does not come with the Bonobo…
Silas
  • 201
  • 4
  • 16
1
vote
1 answer

Remote Git branch authorization

I am using Bonobo Git Server for hosting my remote git. Is it possible to lock some branches in a repository so that it is only commit-able by authorize people? Other people can create their own branches on the repository and working on it, but not…
user1995781
  • 19,085
  • 45
  • 135
  • 236
1
vote
0 answers

Git new remote branches

I tried to create a new branch in git. The new branch name is "1.0.0". Why is that after I push it into remote, the branches display become '1.0.0.x-dev'. Why is it adding 'x-dev' at the back? How can I have it to be original name '1.0.0' on the…
user3415644
0
votes
2 answers

Git pushing and pulling can't be "fast-forward" in bonobo git server

I've got bonobo git server that's supposed to "handle syncing" among at least 2 machines, for now. It was working fine but lately I've ran into one big problem with it and a related second one with git itself: I can't simply push from each client…
cregox
  • 17,674
  • 15
  • 85
  • 116
0
votes
0 answers

internal server error on git server when increasing maxAllowedContentLength and maxRequestLength

Whenever I try to increase and inside web.config and try to connect to our git server afterwards I get a internal error 500. Does anyone know why its so sensitive to changing these values? I want to be able to push code which exceeds a couple of…
1 2 3
8 9