- From: Peter F. Patel-Schneider <pfpschneider@gmail.com>
- Date: Wed, 8 Feb 2023 14:55:26 -0500
- To: RDF-star Working Group <public-rdf-star-wg@w3.org>
- Message-ID: <679bfe50-8c21-2713-c9b7-e800252ceb1c@gmail.com>
When I used the https variant I could read but not push back because GitHub complained that password login was not allowed. Can someone please describe how to clone one of the repositories in a way that allows us to push back to a branch on it. peter On 2/8/23 14:05, Gregg Kellogg wrote: >> On Feb 8, 2023, at 10:27 AM, Peter F. Patel-Schneider<pfpschneider@gmail.com> wrote: >> >> I just ran into the first problem in making a change to RDF semantics. >> >> >> To push to the repository I think I need to use the SSH URL so that I can use public key signon. But I can't clone the repository using that HRL >> >> >> idefix ~> git clonegit@github.com:w3c/rdf-semantics.git >> Cloning into 'rdf-semantics'... >> git@github.com: Permission denied (publickey). >> fatal: Could not read from remote repository. >> >> Please make sure you have the correct access rights >> and the repository exists. >> idefix ~> >> >> >> >> What is the process that needs to be done to clone a repository and then be able to push back to a branch on it? > This probably varies with different clients. THe “Code” button on the upper right of the repo page should offer two alternatives: > > *git@github.com:w3c/rdf-semantics.git, and > *https://github.com/w3c/rdf-semantics.git > > My guess is that you need to use the “https” variant. > > Gregg > >> peter >> >> >>
Received on Wednesday, 8 February 2023 19:55:40 UTC