Hi, [please Cc: me, even if I am subscribed to this list; I will more likely miss your mail within the 200+ mails I get every day.]
On Fri, 13 Jun 2008, Carl D. Sorensen wrote: > Johannes Schindelin <Johannes.Schindelin <at> gmx.de> writes: > > > The easiest way would be to fetch the csorensen fork into your local > > repository: > > > > $ git remote add repo \ > > csorensen <at> repo.or.cz:/srv/git/lilypond/csorensen.git > > I tried this, but I had problems. > > First, my username at repo.or.cz is carl_sorensen. I then typed the > follwing command: > > $ git remote add csorensen-git \ > [EMAIL PROTECTED]:/srv/git/lilypond/csorensen.git > > This created the remote repo csorensen-git, as expected. > (Incidentally, how do you delete a remote repository? I created one > named repo when I just copied your command above, and I'd like to delete > it). I thought "git remote rm csorensen" would succeed... > > $ git fetch repo > > Then, when I tried to fetch csorensen-git, I couldn't log in to repo.or.cz. > > $ git fetch csorensen-git > [EMAIL PROTECTED]'s password: > Permission denied, please try again. > [EMAIL PROTECTED]'s password: > Permission denied, please try again. > [EMAIL PROTECTED]'s password: > Permission denied (publickey,password). > fatal: The remote end hung up unexpectedly > Cannot get the repository state from > [EMAIL PROTECTED]:/srv/git/lilypond/csorensen.git > > I used the password I used to create the ssh public key, and it wouldn't > work. Is there some other password I should have for repo.or.cz? You need to configure your ssh to use the correct private key. Something like Host repo.or.cz User carl_sorensen IdentityFile /home/sorensen/.ssh/id_rsa.repo into your $HOME/.ssh/config. Of course, you have to put in the correct path to your private key. Hth, Dscho _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel