Note that there are some explanatory texts on larger screens.

plurals
  1. POSet up Gitosis, but can't clone
    text
    copied!<p>I've set up Gitosis on a remote Ubuntu box which I will refer to as linuxserver as my host in the following commands. I'm also connecting from a Windows box using Cygwin.</p> <p>I followed the instructions according to: <a href="http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way" rel="nofollow noreferrer">http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way</a></p> <p>I had no problems up until I needed to clone the gitosis-admin repository to my local machine</p> <pre><code>git clone git@linuxserver:gitosis-admin.git </code></pre> <p>When I do this, the command executes, but hangs there displaying nothing until I ctrl-c to get back to a command prompt. No messages are displayed at all.</p> <p>I'm pretty sure I have my ssh keys set up properly, because logging in using "ssh linuxserver" into my regular account works perfectly without asking for a password.</p> <p><strong>Edit:</strong> Over the weekend I set up a near identical Ubuntu box at home, and had no problem setting up Gitosis. The only difference was that I was connecting from OSX instead of Cygwin.</p> <p><strong>Edit:</strong> I've also discovered that when using the Bash Shell provided with "Git Extensions", I have no problems, so the issue definitely seems to be some kind of Cygwin conflict.</p> <p><strong>Edit:</strong> Just an update, but about a month after posting this question, I switched to Mercurial, and found that I prefer it much more than git. Thanks for the suggestions, but I don't plan on going back to git to try any of them out.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload