CodeMonkey
CodeMonkey

Reputation: 1835

Git BitBucket Clone With Different Username

I'm using Bitbucket, not Github. All the advice I find seems to be Github related. I installed git and I cloned a repository. The first time I did this, it gave me a popup and requested username and password which was great. Now, however, I want to change the username since that was just a test with my own account. Now I want it to be someone else's account who does not have the same permissions as me. But it never again asks for username and password. It just keeps cloning with the old username and password. It is a private project so it indeed requires authentication. I uninstalled and reinstalled Git and deleted all project information. It still seems to be using the old username and password when I clone. How do I change it??

Upvotes: 0

Views: 1171

Answers (1)

CodeMonkey
CodeMonkey

Reputation: 1835

Who knew it would be a Windows User Accounts thing? Sheesh...

  1. Open "Credential Manager"
  2. Click "Windows Credentials"
  3. Delete the entry for Bit Bucket under Generic Credentials.

Upvotes: 1

Related Questions