简体   繁体   English

如何为存储库输入新的 AWS CodeCommit 凭证?

[英]How do I enter new AWS CodeCommit credentials for repository?

我刚刚遇到了这个问题,但没有看到针对这个问题发布的答案。

If you have already entered credentials and deleted that user you will not be able to push to your CodeCommit repository.如果您已输入凭据并删除该用户,您将无法推送到您的 CodeCommit 存储库。 To enter new credentials run the following command: git config --global credential.UseHttpPath true要输入新凭据,请运行以下命令: git config --global credential.UseHttpPath true

Then try pushing again.然后再次尝试推动。 You will be prompted to enter new credentials.系统将提示您输入新凭据。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM