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

How to clone simphony #610

Closed
adrianrs79 opened this issue Apr 20, 2021 · 5 comments
Closed

How to clone simphony #610

adrianrs79 opened this issue Apr 20, 2021 · 5 comments
Labels
📖 documentation ❔ question 🔨 simple fix Likely to be solvable in at most a few hours (full-time).

Comments

@adrianrs79
Copy link

adrianrs79 commented Apr 20, 2021

Hello! I am following the instructions in: https://simphony.readthedocs.io/en/latest/installation.html#osp-core-installation

I am trying to clone simphony/osp-core using:

git clone git@github.com:simphony/osp-core.git

However, I did get the following error

Cloning into 'osp-core'...
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.

Any help? Thanks

@pablo-de-andres
Copy link
Member

Hi @adrianrs79!
Thanks a lot for your feedback. Could you try through HTTPS?

git clone https://github.com/simphony/osp-core.git

The error might be because you don't have SSH keys configured

@yoavnash
Copy link
Member

A corresponding issue was created in the docs: simphony/docs#144

@yoavnash yoavnash added 🔨 simple fix Likely to be solvable in at most a few hours (full-time). and removed 🔨 simple fix Likely to be solvable in at most a few hours (full-time). labels Apr 21, 2021
@pablo-de-andres
Copy link
Member

For completion's sake, @adrianrs79
GitHub's guide on how to add keys if you wish to do it.

@adrianrs79
Copy link
Author

adrianrs79 commented Apr 21, 2021 via email

@adrianrs79

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 documentation ❔ question 🔨 simple fix Likely to be solvable in at most a few hours (full-time).
Projects
None yet
Development

No branches or pull requests

3 participants