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

git submodule update failed #1

Open
j143 opened this issue Apr 20, 2021 · 0 comments
Open

git submodule update failed #1

j143 opened this issue Apr 20, 2021 · 0 comments

Comments

@j143
Copy link
Owner

j143 commented Apr 20, 2021

Error message:

airflow-site> git submodule update --init --recursive
Submodule '.github/actions/JamesIves-github-pages-deploy-action' (git@github.com:JamesIves/github-pages-deploy-action.git) registered for 
path '.github/actions/JamesIves-github-pages-deploy-action'
Submodule '.github/actions/pre-commmit-action' (git@github.com:pre-commit/action.git) registered for path '.github/actions/pre-commmit-action'
Submodule 'landing-pages/site/themes/docsy' (https://github.com/google/docsy.git) registered for path 'landing-pages/site/themes/docsy'
Cloning into 'F:/Repo/P005/sml/airflow-site/.github/actions/JamesIves-github-pages-deploy-action'...
Host key verification failed.
fatal: Could not read from remote repository.

and the repository exists.
ns/JamesIves-github-pages-deploy-action' failed
Failed to clone '.github/actions/JamesIves-github-pages-deploy-action'. Retry scheduled
Cloning into 'F:/Repo/P005/sml/airflow-site/.github/actions/pre-commmit-action'...
Host key verification failed.
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:pre-commit/action.git' into submodule path 'F:/Repo/P005/sml/airflow-site/.github/actions/pre-commmit-action' failed
Failed to clone '.github/actions/pre-commmit-action'. Retry scheduled
Cloning into 'F:/Repo/P005/sml/airflow-site/landing-pages/site/themes/docsy'...
Cloning into 'F:/Repo/P005/sml/airflow-site/.github/actions/JamesIves-github-pages-deploy-action'...
Host key verification failed.
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:JamesIves/github-pages-deploy-action.git' into submodule path 'F:/Repo/P005/sml/airflow-site/.github/actions/JamesIves-github-pages-deploy-action' failed
Failed to clone '.github/actions/JamesIves-github-pages-deploy-action' a second time, aborting
PS F:\Repo\P005\sml\airflow-site> ssh-keyscan -t rsa -H github.com >> ~/.ssh/known_hosts
# github.com:22 SSH-2.0-babeld-88f31a42
PS F:\Repo\P005\sml\airflow-site> git submodule update --init --recursive
Cloning into 'F:/Repo/P005/sml/airflow-site/.github/actions/JamesIves-github-pages-deploy-action'...
Host key verification failed.
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:JamesIves/github-pages-deploy-action.git' into submodule path 'F:/Repo/P005/sml/airflow-site/.github/actions/JamesIves-github-pages-deploy-action' failed
Failed to clone '.github/actions/JamesIves-github-pages-deploy-action'. Retry scheduled
Cloning into 'F:/Repo/P005/sml/airflow-site/.github/actions/pre-commmit-action'...
Host key verification failed.
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:pre-commit/action.git' into submodule path 'F:/Repo/P005/sml/airflow-site/.github/actions/pre-commmit-action' failed
Failed to clone '.github/actions/pre-commmit-action'. Retry scheduled
Cloning into 'F:/Repo/P005/sml/airflow-site/.github/actions/JamesIves-github-pages-deploy-action'...
Host key verification failed.
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:JamesIves/github-pages-deploy-action.git' into submodule path 'F:/Repo/P005/sml/airflow-site/.github/actions/JamesIves-github-pages-deploy-action' failed
Failed to clone '.github/actions/JamesIves-github-pages-deploy-action' a second time, aborting

I did

ssh-keyscan -t rsa -H github.com >> ~/.ssh/known_hosts

too.

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

1 participant