AWS CodeCommit: Not able to clone repository #1424
-
Hello everyone, the last successful build of my (business) application was 4 days ago (id=63ef6bf5b44082171441493c). Since then, nothing changed in buildspec.yaml, any integration or credentials (on any side). For an unknown reason, I am not able to clone my repository on AWS CodeCommit anymore. The last failed build was just 30 minutes ago (id=63f4b9efc698fb64afb8ec19). I am connecting to AWS CodeCommit using HTTPs (username/password). This is the error message (removed personal information): == Cloning from feature branch 'master' == I also have a personal account with exact the same setup - it stopped working as well. If needed, I can provide the build ids as well of course. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Update: I switched to SSH. Now it is working again. Even after a deep dive into the logs I did not find the source of the problem or a workaround. |
Beta Was this translation helpful? Give feedback.
-
I'm confirming this. I have similar problem. Mine was bult correctly 5days before. But not now. |
Beta Was this translation helpful? Give feedback.
-
@dzero1, SSH url should look like this: |
Beta Was this translation helpful? Give feedback.
@dzero1, SSH url should look like this:
ssh://[email protected]/v1/repos/blabla_app.git
And that XXXXX is your SSH-Key-ID. In the meantime, i could reproduce the issue locally with cloning a repo from codecommit via https.