5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【CodeCommit/Windows】ユーザー名 or パスワードを間違えてgit clone出来なくなった場合の解決方法

Last updated at Posted at 2019-09-26

git clone時にユーザー名 or パスワードを間違えた後、
The requested URL returned error: 403
が出てクローンできなくなった場合の解決方法です。

対象

AWS CodeCommit
クライアント:Windows PC

手順

  1. コントロールパネル > ユーザーアカウント > 資格情報マネージャー > Windows資格情報
  2. 汎用資格情報から、CodeCommitのものを開き、削除を押下
  3. 再度git cloneするとユーザー名とパスワードを求められるので正しい値を入力すればOK

参考

Git for Windows: Git for Windows をインストールしましたが、リポジトリへのアクセスが拒否されます (403)

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?