After launch
pip install
When trying to do
I get the following error:eb deploy
Failed to get the code to the CodeCommit repository: ERROR: CommandError - An error occurred while processing the git command. Error code: 128 Error: fatal: 'codecommit-origin dev' is not a repository gitfatal: Failed to read from the remote repository.
Please make sure that you have the correct permissions and the repository exists.
I can’t understand why this happened. It seems that connecting to the automatically created codecommit-origin repository no longer works.
In the meantime, I have to do the following to update the code on Elastic Beanstalk:
eb codeource local
But this is not a long-term solution, since it deactivates the automatic CodeCommit (git push) code.
?