You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/05/10 08:27:02 UTC

[GitHub] [airflow-site] ecerulm opened a new issue #418: Failed to clone .github/actions/JaimeIves-github-pages-deploy-action

ecerulm opened a new issue #418:
URL: https://github.com/apache/airflow-site/issues/418


   I just cloned the repo 
   and did `git submodule update --init --recursive` as instructed in the README.md
   
   ```
   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 '/Users/rubelagu/git/airflow-site/.github/actions/JamesIves-github-pages-deploy-action'...
   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:JamesIves/github-pages-deploy-action.git' into submodule path '/Users/rubelagu/git/airflow-site/.github/actions/JamesIves-github-pages-deploy-action' failed
   Failed to clone '.github/actions/JamesIves-github-pages-deploy-action'. Retry scheduled
   Cloning into '/Users/rubelagu/git/airflow-site/.github/actions/pre-commmit-action'...
   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:pre-commit/action.git' into submodule path '/Users/rubelagu/git/airflow-site/.github/actions/pre-commmit-action' failed
   Failed to clone '.github/actions/pre-commmit-action'. Retry scheduled
   Cloning into '/Users/rubelagu/git/airflow-site/landing-pages/site/themes/docsy'...
   Cloning into '/Users/rubelagu/git/airflow-site/.github/actions/JamesIves-github-pages-deploy-action'...
   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:JamesIves/github-pages-deploy-action.git' into submodule path '/Users/rubelagu/git/airflow-site/.github/actions/JamesIves-github-pages-deploy-action' failed
   Failed to clone '.github/actions/JamesIves-github-pages-deploy-action' a second time, aborting 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow-site] potiuk commented on issue #418: Failed to clone .github/actions/JaimeIves-github-pages-deploy-action

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #418:
URL: https://github.com/apache/airflow-site/issues/418#issuecomment-836718312


   As discussed on slack, the submodule is added using ssh and you need to have SSH configured to update the submodules. https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow-site] potiuk closed issue #418: Failed to clone .github/actions/JaimeIves-github-pages-deploy-action

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #418:
URL: https://github.com/apache/airflow-site/issues/418


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org