This is the mail archive of the frysk@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: frysk git repository


On Wed, 2007-10-24 at 21:50 +0200, Mark Wielaard wrote:
> On Wed, 2007-10-24 at 19:09 +0200, Tim Moore wrote:
> > Although the CVS repository has not yet been turned off, I would like
> > people to start
> > using the git repository to check in their changes. Remember that the
> > command to clone
> > the repository is "git-clone ssh://sourceware.org/git/frysk.git".
> 
> I seem to be unable to do this with my sourceware.org account:
> 
> $ git-clone ssh://mark@sourceware.org/git/frysk.git
> Initialized empty Git repository in /home/mark/src/git/frysk/.git/
> Permission denied (publickey,gssapi-with-mic).
> fatal: The remote end hung up unexpectedly
> fetch-pack from 'ssh://mark@sourceware.org/git/frysk.git' failed.

OK, I figured it out. sources.redhat.com == sourceware.org and it works
with sources.redhat.com because I have the following in my .ssh/config
file:

Host sources.redhat.com
        Protocol 1

So just add the following:

Host sourceware.org
        Protocol 1

And everything works as expected over ssh.

Cheers,

Mark


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]