Error CodeCommit Elastic Bean Stock (AWS)

After launch

pip install --upgrade awsebcli

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.

?

+4
1

, awsebcli 3.12.2, , , ( ):

​​ , CodeCommit

, ,

pip install -Iv awsebcli==3.12.1

, CodeCommit

+4

Source: https://habr.com/ru/post/1693544/


All Articles