"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Jerome KASPER <neon.king.fr@gmail.com>
Subject:
Re: bad path on github checkout error
To:
Ted Bullock <tbullock@comlore.com>
Cc:
gameoftrees@openbsd.org
Date:
Fri, 4 Feb 2022 13:02:44 +0100

Download raw body.

Thread
Hello,
did you set up your ssh keys on github like mentionned there:?
https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
regards,
Jerome

Le ven. 4 févr. 2022 à 12:59, Ted Bullock <tbullock@comlore.com> a écrit :

> On 2022-02-04 4:31 a.m., Ted Bullock wrote:
> > On 2022-02-04 4:24 a.m., Stefan Sperling wrote:
> >> On Fri, Feb 04, 2022 at 12:40:58AM -0700, Ted Bullock wrote:
> >>> New bug,
> >>>
> >>> I tried to checkout a new repository tonight with from github and got
> is
> >>> complaining as follows:
> >>>
> >>> $ got clone git@github.com:tbullock/OpenBSD-src.git
> >>
> >> Got does not support this "alternative scp-style syntax", as Git calls
> >> it in git-clone(1).
> >>
> >> You need to specify a protocol scheme (ssh://) at the front.
> >> You need to use a slash instead a colon.
> >>
> >> A quick way to test URLs is with the -l option:
> >>
> >> $ got clone -l ssh://git@github.com/tbullock/OpenBSD-src.git
> >> Connecting to git@github.com
> >> Host key fingerprint is
> >> SHA256:nThbg6kXUpJWGl7E1IGOCspRomTxdCARLviKw6E5SY8
> >> HEAD: refs/heads/master
> >> refs/heads/master: be5ef64b1271055108e479f13d1a2405f04d0cf0
> >
> > Did this change because I have an older version (0.66) installed on the
> > system from packages that does seem to accept that other syntax scheme.
> >
> > -current does not.
>
> Actually testing that also doesn't work right either:
>
> $ got clone -l ssh://git@github.com/tbullock/OpenBSD-src.git
> Connecting to git@github.com
> got: got_opentempfd: No such file or directory
>
> --
> Ted Bullock <tbullock@comlore.com>
>
>