public inbox for frysk@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: Tim Moore <timoore@redhat.com>
Cc: frysk <frysk@sourceware.org>
Subject: Re: frysk git repository
Date: Wed, 24 Oct 2007 20:05:00 -0000	[thread overview]
Message-ID: <1193256344.16772.12.camel@localhost.localdomain> (raw)
In-Reply-To: <1193255455.16772.8.camel@localhost.localdomain>

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

  reply	other threads:[~2007-10-24 20:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-24 17:09 Tim Moore
2007-10-24 17:20 ` Elena Zannoni
2007-10-25  4:50   ` Tim Moore
2007-10-24 19:51 ` Mark Wielaard
2007-10-24 20:05   ` Mark Wielaard [this message]
2007-10-25  4:48     ` Tim Moore
2007-10-25 20:10 ` Andrew Cagney
2007-10-26 14:52 ` frysk git repository (workflow) Sami Wagiaalla
2007-10-27 17:58   ` Tim Moore
2007-10-26 14:59 ` frysk git repository Mark Wielaard
2007-10-26 16:33   ` Tim Moore
2007-10-26 16:57     ` Mark Wielaard
2007-10-26 18:38       ` Sami Wagiaalla
2007-10-29  8:19         ` Mark Wielaard
2007-10-30 17:20           ` Andrew Cagney
2007-10-26 16:35   ` Tim Moore

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1193256344.16772.12.camel@localhost.localdomain \
    --to=mark@klomp.org \
    --cc=frysk@sourceware.org \
    --cc=timoore@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).