Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the clone command #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

tpmccallum
Copy link

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

[email protected]: 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
[email protected]: 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