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

Docs: "Install from source" guide is broken #674

Open
aowenson-imm opened this issue Nov 14, 2024 · 1 comment
Open

Docs: "Install from source" guide is broken #674

aowenson-imm opened this issue Nov 14, 2024 · 1 comment

Comments

@aowenson-imm
Copy link

In Install from source through pip you say to run:

git clone --recurse-submodules [email protected]:macs3-project/MACS.git

Fails for me:

Cloning into 'MACS'...
The authenticity of host 'github.com (20.26.156.215)' can't be established.
ED25519 key fingerprint is SHA256:+<redacted>.
This key is not known by any other names
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
[email protected]: Permission denied (publickey).
fatal: Could not read from remote repository.

Why not just do this?

git clone --recurse-submodules https://github.com/macs3-project/MACS.git

taoliu added a commit that referenced this issue Nov 14, 2024
@taoliu
Copy link
Contributor

taoliu commented Nov 14, 2024

Thanks! I just fixed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants