Re: remote git repository issue

2013-09-18 Thread Atif
I have gotten gitweb setup on git server. However, I am not able to get it right - here is the issue: Below are the values I have put for the following field (Add repository-Repository information): *Path:* 10.10.94.12:/absolutepath/repo1.git *Raw file URL mask:*

Re: remote git repository issue

2013-09-18 Thread David Trowbridge
The error is *still* this: error: cannot spawn rbssh: No such file or directory fatal: unable to fork Something about your installation is bad. Check that your web server's execution path variables include the location of rbssh (you can find this location by running `which rbssh` in a terminal).

Re: remote git repository issue

2013-09-11 Thread David Trowbridge
It's converting the host:path syntax into URL syntax, which is why the colon is going away. The actual failure here seems to be error: cannot spawn rbssh: No such file or directory. It sounds like the paths aren't set up properly. Note also that using remote git *requires* that you use the raw