From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.0 tests=BAYES_40,FREEMAIL_FROM, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Received: by 2002:a05:620a:668:b0:76d:a57f:6f5a with SMTP id a8-20020a05620a066800b0076da57f6f5amr195201qkh.3.1695066742618; Mon, 18 Sep 2023 12:52:22 -0700 (PDT) X-Received: by 2002:a05:6808:15a4:b0:3a1:f2a4:3d7 with SMTP id t36-20020a05680815a400b003a1f2a403d7mr4682531oiw.1.1695066742405; Mon, 18 Sep 2023 12:52:22 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!border-1.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 18 Sep 2023 12:52:21 -0700 (PDT) In-Reply-To: <87r0mvp90f.fsf@nightsong.com> Injection-Info: google-groups.googlegroups.com; posting-host=77.75.179.3; posting-account=ZswU3AoAAAA4QKiyoxEpA3Hh7ry7Cau3 NNTP-Posting-Host: 77.75.179.3 References: <874jjvmoi9.fsf@bsb.me.uk> <87sf7dltq0.fsf@bsb.me.uk> <87jzsplr49.fsf@bsb.me.uk> <715fe49a-47bc-46be-ae26-9ed89b38bcb5n@googlegroups.com> <87ediwl7oq.fsf@bsb.me.uk> <87zg1kpcjh.fsf@nightsong.com> <8734zcl4j0.fsf@bsb.me.uk> <87v8c8oyby.fsf@nightsong.com> <87wmwnk9a9.fsf@bsb.me.uk> <7a98a430-a01d-41e7-80fe-bc2e1e1592d3n@googlegroups.com> <87il87k1gf.fsf@bsb.me.uk> <1d8a7e1f-187c-4975-976c-004103882e2fn@googlegroups.com> <877conjnge.fsf@bsb.me.uk> <87r0mvp90f.fsf@nightsong.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9cd51788-b164-4ecc-8360-210baab16a99n@googlegroups.com> Subject: Re: project euler 29 From: "comp.lang.ada" Injection-Date: Mon, 18 Sep 2023 19:52:22 +0000 Content-Type: text/plain; charset="UTF-8" Xref: news.eternal-september.org comp.lang.ada:65681 List-Id: > > $ git clone g...@github.com/rocher/euler_tools > > fatal: repository 'g...@github.com/rocher/euler_tools' does not exist Typo: it should be git@github.com:rocher/euler_tools As Paul said, it requires having a github account configured with an ssh key. BR --- Francesc Rocher