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

Migrate repository description from bonobo git server 4.x to 5.x

Did somebody ever tried to migrate from Bonobo Git 4.x to 5.x? I cannot migrate repository description from bonobo git server 4.x to 5.x. There is no information about where do the descriptions of all projects stored in. Of course I can transfer…
Heavoc
  • 19
  • 4
0
votes
1 answer

How can I "undo" a commit pushed to remote Bonobo Git Server?

I accidentely pushed the wrong changes to the Git Bonobo Server. Can my commits be undone to where my commits are simply 'deleted'?
Kode_12
  • 4,506
  • 11
  • 47
  • 97
0
votes
2 answers

bonobo git server with active directory

I have Bonobo Git server (5.1.1.0) set up with Active Directory membership service (Running on Win 2012 R2). The group specified in the ActiveDirectoryMembergroupName has only two accounts added. The Administrator group specified in…
Jim Dawson
  • 53
  • 3
0
votes
1 answer

Bonobo Git server, Windows Authentication not working 100%

I setup a Bonobo Git server (5.0.1) but was getting an error where the windowsauthcallback was to a non-existent path. I found some information on the this site that said this issue had been patched so I cloned it from the repository current as of…
M. Hindt
  • 1
  • 3
0
votes
1 answer

What is the purpose of SQLite or SQL Server integration with Bonobo?

I downloaded the Bonobo Git Server and installed it both locally (Windows 7) and on a Server (Windows 2012). I initially used the default setup, to learn about it. The default username and password worked, as did creating test users. I then removed…
gregsonian
  • 1,126
  • 13
  • 15
0
votes
1 answer

Bonobo Git Server 5.0.0 - Cookies Authentication fails

I've setup a fresh bonobo server on win8. When trying to login with admin:admin the login page apears again and I'm not logged in. When trying to login with invalid credentials I get the expected error: "The username or password provided is…
sqltobi
  • 137
  • 6
0
votes
2 answers

Setting up Bonobo 5.0.0 with Windows authentication

I'm trying to install Bonobo 5.0.0 on Windows 7 + IIS 7.5 with Windows authentication. When I go to the homepage (http://domain/bonobo), I'm prompted for my Windows username/password and after that it redirects back to the root to look for a route…
spongessuck
  • 1,023
  • 8
  • 23
0
votes
1 answer

Bonobo Git server on Azure Websites and Azure Storage

I'm using Bonobo Git Server. I want to host this application on Azure Website, but there is a disk limitation to ~10gb (Basic plan). This is not enough to host git repositories. I'm thinking if there is any way to use Azure Storage connected to my…
0
votes
1 answer

Bonobo Git Server - Windows Authentication - Git interactions

I have installed the Bonobo Git Server using the Windows Authentication method: http://bonobogitserver.com/windows-authentication/ The front end works - I can both authenticate via Internet Explorer without any credentials required, and I can also…
Brad
  • 23
  • 7
0
votes
1 answer

Copying files from copy Server A to network share via command line - RoboCopy

I'm trying to copy files from one directory on a server to another server without overwriting permissions at the destination but I'm working with an "interesting" setup: Server A Git Server Jenkins CLI Server B Web Server I have a Jenkins…
Scott
  • 772
  • 1
  • 11
  • 20
0
votes
1 answer

bonobo git server iis installation error

Server Error in '/Bonobo.Git.Server' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your…
0
votes
1 answer

Why won't my git status icons change when remote modifications exist?

I recently set up some git repositories using a Bonobo git server. I use tortoise git and Git Source Control Provider extension for Visual Studio 2013. Whenever anyone commits and pushes code to the repository, no one else can view the changes…
Andy
  • 102
  • 1
  • 4
0
votes
1 answer

bonobo git repo - can't add new users from admin account

I installed bonobo on my server and I can create repos and commit/push them and do all the operations with the admin account (also creating new team) except adding new users. googling I didn't find anybody that had my problem in the past so I…
Dario Rusignuolo
  • 2,090
  • 6
  • 38
  • 68
0
votes
1 answer

Supply Credentials when Git Clone

i am using Bonobo.Git.Server as my Git Repo Server. how can i pass in credientials to clone a repo? Below is the c# code i use. but i keep getting this error, ERROR_An error was raised by libgit2. Category = Invalid (Error). Failed to parse…
KS Kian Seng
  • 319
  • 1
  • 6
  • 14
-1
votes
1 answer

How to push code from local machine to bonobo git server

I need to do code changes and push that changes into bonobo git server(master branch). Is there any way to do it directly from the UI(we haven't seen any edit option in the UI just like azure devops and github) or any other alternative way to…
1 2 3
8
9