How do I enter new AWS CodeCommit credentials for repository?

207 Views Asked by At

I just ran into this issue and do not see an answer posted for this question.

1

There are 1 best solutions below

0
nflauria On

If you have already entered credentials and deleted that user you will not be able to push to your CodeCommit repository. To enter new credentials run the following command: git config --global credential.UseHttpPath true

Then try pushing again. You will be prompted to enter new credentials.