Skip to content

Conversation

@tpmccallum
Copy link

Users will get the following error, because they are not authorized to use the git@github... clone:

git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.

Users who want to try this out can use the following command instead:

$ $ git clone https://github.com/NVIDIA/Cosmos.git
Cloning into 'Cosmos'...
remote: Enumerating objects: 213, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 213 (delta 10), reused 11 (delta 2), pack-reused 188 (from 1)
Receiving objects: 100% (213/213), 8.02 MiB | 5.12 MiB/s, done.
Resolving deltas: 100% (29/29), done.

Users will get the following error, because they are not authorized to use the `git@github...` clone:

```bash
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
```

Users who want to try this out can use the following command instead:

```bash
$ $ git clone https://github.com/NVIDIA/Cosmos.git
Cloning into 'Cosmos'...
remote: Enumerating objects: 213, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (22/22), done.
remote: Total 213 (delta 10), reused 11 (delta 2), pack-reused 188 (from 1)
Receiving objects: 100% (213/213), 8.02 MiB | 5.12 MiB/s, done.
Resolving deltas: 100% (29/29), done.

```
@sophiahhuang sophiahhuang added the documentation Improvements or additions to documentation label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants