nflauria
nflauria

Reputation: 897

How do I enter new AWS CodeCommit credentials for repository?

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

Upvotes: 0

Views: 246

Answers (1)

nflauria
nflauria

Reputation: 897

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.

Upvotes: 1

Related Questions