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

How can I npm install private library from bonobo git server?

I created library which sits under angular/dist folder and I pushed whole project to Bonobo git server. I want to include this library in pakcage.json in Angular Should I store only library folder (which is folder under angular/dist) on git…
sally
  • 379
  • 2
  • 8
  • 17
1
vote
1 answer

How to make friends bonobo git server and SourceTree?

How to make friends bonobo git server and SourceTree? I installed Bonobo git server (6.5.0), by default. Added user. When trying to connect SourceTree, an error occurs:
1
vote
1 answer

How to move repositories between groups?

I'm playing around with Bonobo Git Server. In Bonobo, when you create a repository, you can specify a group to place it in. How do I move a repository to a different group?
Jeff Dege
  • 11,190
  • 22
  • 96
  • 165
1
vote
1 answer

Does Bonobo git server support web hooks

I would like to set up a Git server on a Windows server using open source code. Bonobo is one of my alternatives, but I can't find information on the support for web hooks.
R. Sipp
  • 31
  • 5
1
vote
0 answers

Windows Authentication in Bonobo GIT Reloads Login Page

I'm having problem with Windows Authentication on my Bonobo GIT server. At first I used internal authentication. Works well. Then I switched to Windows Authentication. Now when I login in the login screen reloads with the login name of the last…
1
vote
2 answers

How to import a GIT repository from Bonobo GIT Server into Visual Studio Team Services

Since Visual Studio Team Services (on VisualStudio.com) is supporting Git repositories, we want to get rid of our own Git server (Bonobo Git) that is hosted on an azure machine. Before we can shutdown the Bonobo Git server I need to import those…
Martin Braun
  • 10,906
  • 9
  • 64
  • 105
1
vote
0 answers

Windows Authentication in Bonobo GIT

I want to enable Windows Authentication for Bonobo Git (version 6.3). I modified the web.config and enabled Windows Authentication as shown below. Post that, I created Windows User (e.g. - xyz) on the server (where Bonobo Git is installed) and also…
1
vote
0 answers

Bonobo git server 6.3-unable to write hooks

I want to restrict access to certain branches for certain users by using pre receive or pre push hooks. But even an empty pre receive file( without an extension) says pre receive hook declined. Pre push just lets all push operations happen no…
Seeker
  • 297
  • 5
  • 19
1
vote
1 answer

Remove port from git URL on Bonobo Git Server

My Bonobo git server are using custom port 9443, everything work properly until I published it behind NAT. As you can see in my image, my git domain name is abc.com, but in git url it still add port 9443 into url, like abc.com:9443/123.git,that's…
Tien Dung Tran
  • 1,127
  • 4
  • 16
  • 32
1
vote
0 answers

bonobo git server on windows 2012 r2

i try to get bonobo git server running on my Windows server 2012 R2. IIS 8.5 But i am not successfull. Symptoms: When browsing to http://localhost/bonobo.git.server/ i get error HTTP Error 403.14 - Forbidden When allowing show folder content, i see…
nullptr
  • 93
  • 11
1
vote
2 answers

Local Git Server Configuration (using bonobo)

I'm trying to install Bonobo Git Server on my local computer. I use windows 8.1 . I've enabled IIS by following this. And I've followed Bonobo's installation steps ..! I actually stuck on this step: Convert Bonobo.Git.Server to Application in…
stack
  • 10,280
  • 19
  • 65
  • 117
1
vote
2 answers

Why aren't GIT hooks executed on a Windows?

I installed Bonobo Git Server on Windows 2008 R2 Server machine. I created a repository and put post-receive.bat file in D:\Inetpub\Bonobo.Git.Server\App_Data\Repositories\REPO\hooks directory. This is the content of the…
Michal B.
  • 5,676
  • 6
  • 42
  • 70
1
vote
1 answer

Personal URL to git repo Bonobo GIT server

I have one little question. What is Personal URL in Bonobo GIT server? What I can do with it or for what it is used?
Nerf
  • 938
  • 1
  • 13
  • 30
1
vote
1 answer

Unable to use bonobo with teamcity

I set up a bonobo server for storing our central git repos. This server is only available via http, not ssh. In teamcity I added my VCS Root : Type: Git Fetch URL : https://myserver/myrepo.git Default branch : master Auth method : password Username…
remi bourgarel
  • 9,231
  • 4
  • 40
  • 73
1
vote
1 answer

Bonobo Git Server Configuration : HTTP Error 500.19 - Internal Server Error at line 53

I am trying to configure Bonobo Git server on a Windows 7 machine followed all the instructions but is encountering a HTTP Error 500.19 at line 53. I know there is a similar question here but I tried the accepted answer there and still encountering…
TwoThumbSticks
  • 1,086
  • 3
  • 23
  • 38
1 2 3
8 9