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

ssh key required when cloning submodules #1

Closed
yhhshb opened this issue Jan 10, 2023 · 2 comments
Closed

ssh key required when cloning submodules #1

yhhshb opened this issue Jan 10, 2023 · 2 comments

Comments

@yhhshb
Copy link

yhhshb commented Jan 10, 2023

Hello @ByteHamster,

Cloning recursively SicHash as a submodule of another project fails.
SicHash itself is imported correctly, but downloading its submodules (namely: simpleRibbon and util) fails due to permission issues.

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.

I think the culprit is that ssh is used instead of https, e.g. :

url = git@github.com:ByteHamster-etc/sux.git

Would it be possible to switch to https?

@ByteHamster
Copy link
Owner

I switched to https submodules in 9940ae8

@yhhshb
Copy link
Author

yhhshb commented Jan 15, 2023

Thanks!

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

No branches or pull requests

2 participants