bonobo

Couldn't find remote ref HEAD in Git

只谈情不闲聊 提交于 2019-12-04 13:55:21
问题 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 http://localhost/Bonobo.Git.Server/SFK.git Everything works. Bit When I try to pull using git pull http://localhost/Bonobo.Git.Server/SFK.git It gives this error fatal: Couldn't find remote ref HE Unexpected end of command stream Where am I going wrong? I am new to

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

Deadly 提交于 2019-12-04 06:55:14
Is giving this error when accessing the system after installation: OS: Windows 2012 R2 I hit the same problem. I believed somehow IIS lost registration of MVC framework. Redo the registration by: Windows 8+ / Windows Server 2012+ - Windows Features: IIS -> WWWS -> Application Development Features -> ASP.NET 4.5. Other - Run %windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir with administrator privileges Problem solved after running: %windir%\system32\inetsrv\appcmd unlock config -section:system.webServer/modules 来源: https://stackoverflow.com/questions/26633346/bonobo-git-server

Couldn't find remote ref HEAD in Git

倖福魔咒の 提交于 2019-12-03 08:01:59
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 http://localhost/Bonobo.Git.Server/SFK.git Everything works. Bit When I try to pull using git pull http://localhost/Bonobo.Git.Server/SFK.git It gives this error fatal: Couldn't find remote ref HE Unexpected end of command stream Where am I going wrong? I am new to this git and bonobo. please suggest how to rectify this. UPDATE: I tried this after push. git config -

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

六眼飞鱼酱① 提交于 2019-12-02 12:36:56
问题 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 repositories to VSTS. Starting with the first repository it already fails: I tried to use the general .git URL. I could clone the repo on my local machine using this URL. I also tried the personal URL that includes my email, without success. I tried

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

梦想的初衷 提交于 2019-12-02 07:25:04
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 repositories to VSTS. Starting with the first repository it already fails: I tried to use the general .git URL. I could clone the repo on my local machine using this URL. I also tried the personal URL that includes my email, without success. I tried with and without authorization. Username are email and password of my admin user on the Bonobo Git

Git - post-receive hook not working on remote windows server

两盒软妹~` 提交于 2019-12-02 00:08:22
I'm trying to get a git post-receive hook working on Windows. I'm using Git 1.7.9 (Msysgit) and have a repo locally and a bare repo on a remote server. I can fetch, commit, push etc. I've set up a post-receive hook that should checkout the files into a working folder (part of the deployment process) but it doesn't seem to work. Here's what I do: Change a file, stage and commit it Push to remote server - successfully Expect to see the echo - don't see the echo Check working folder on server - latest files are not there Log onto the server and run the hook script manually - latest files are

RPC Failed result 22 http code 404

情到浓时终转凉″ 提交于 2019-11-29 09:36:45
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 just 3Mb (uncompressed) and just 1 commit. The message i always get is: efrror: RPC Failed; result=22, HTTP code = 404 fatal: The remote end hung up unexpectedly I already change the bonobo webconfig as recomened here and I already did this config command . So, anyone has any other clue? Based in http://gisgeek.blogspot.com/2012/03/bonobo-git-server

RPC Failed result 22 http code 404

こ雲淡風輕ζ 提交于 2019-11-28 03:01:41
问题 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 just 3Mb (uncompressed) and just 1 commit. The message i always get is: efrror: RPC Failed; result=22, HTTP code = 404 fatal: The remote end hung up unexpectedly I already change the bonobo webconfig as recomened here and I already did this config