lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Membership request for group GNU LilyPond Music Typesetter


From: Johannes Schindelin
Subject: Re: Membership request for group GNU LilyPond Music Typesetter
Date: Fri, 13 Jun 2008 21:40:27 +0100 (BST)
User-agent: Alpine 1.00 (DEB 882 2007-12-20)

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 \
>       address@hidden:/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
> address@hidden's password: 
> Permission denied, please try again.
> address@hidden's password: 
> Permission denied, please try again.
> address@hidden's password: 
> Permission denied (publickey,password).
> fatal: The remote end hung up unexpectedly
> Cannot get the repository state from
> address@hidden:/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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]