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

Downloading submodules failed #48

Open
alizahedi94 opened this issue Nov 17, 2020 · 3 comments
Open

Downloading submodules failed #48

alizahedi94 opened this issue Nov 17, 2020 · 3 comments

Comments

@alizahedi94
Copy link

Hi

When I try to download the git with submodules or submodules by themselves it says it failed. It also says make sure the repository exists or you have the correct rights.

@renssies
Copy link
Contributor

That is odd, could you share the exact error message?

@alizahedi94
Copy link
Author

Hi

It says the following:

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.
fatal: clone of 'git@github.com:awkward/JLRoutes.git' into submodule path '/Users/aliz/Desktop/archiv4e/beam/JLRoutes' failed
Failed to clone 'JLRoutes'. Retry scheduled
Cloning into '/Users/aliz/Desktop/archiv4e/beam/Mixpanel'...
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.
fatal: clone of 'git@github.com:mixpanel/mixpanel-iphone.git' into submodule path '/Users/aliz/Desktop/archiv4e/beam/Mixpanel' failed
Failed to clone 'Mixpanel'. Retry scheduled
Cloning into '/Users/aliz/Desktop/archiv4e/beam/Ocarina'...
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.
fatal: clone of 'git@github.com:awkward/Ocarina.git' into submodule path '/Users/aliz/Desktop/archiv4e/beam/Ocarina' failed
Failed to clone 'Ocarina'. Retry scheduled
Cloning into '/Users/aliz/Desktop/archiv4e/beam/SDWebImage'...
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.
fatal: clone of 'git@github.com:awkward/SDWebImage.git' into submodule path '/Users/aliz/Desktop/archiv4e/beam/SDWebImage' failed
Failed to clone 'SDWebImage'. Retry scheduled
Cloning into '/Users/aliz/Desktop/archiv4e/beam/TTTAttributedLabel'...
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.
fatal: clone of 'git@github.com:awkward/TTTAttributedLabel.git' into submodule path '/Users/aliz/Desktop/archiv4e/beam/TTTAttributedLabel' failed
Failed to clone 'TTTAttributedLabel'. Retry scheduled
Cloning into '/Users/aliz/Desktop/archiv4e/beam/Trekker'...
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.
fatal: clone of 'git@github.com:awkward/Trekker.git' into submodule path '/Users/aliz/Desktop/archiv4e/beam/Trekker' failed
Failed to clone 'Trekker'. Retry scheduled
Cloning into '/Users/aliz/Desktop/archiv4e/beam/JLRoutes'...
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.
fatal: clone of 'git@github.com:awkward/JLRoutes.git' into submodule path '/Users/aliz/Desktop/archiv4e/beam/JLRoutes' failed
Failed to clone 'JLRoutes' a second time, aborting
aliz@Alis-Air beam %

@renssies
Copy link
Contributor

Ah, it looks like you might not have an SSH key setup for use with Git/GitHub. See https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh

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