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' ([email protected]:JamesIves/github-pages-deploy-action.git) registered for path '.github/actions/JamesIves-github-pages-deploy-action' Submodule '.github/actions/pre-commmit-action' ([email protected]: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'... [email protected]: 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 '[email protected]: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'... [email protected]: 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 '[email protected]: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'... [email protected]: 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 '[email protected]: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: [email protected]
