Reputation: 7597
I have created a "private" repo on bitbucket, but it seems to me it is not that private. If I do:
git clone https://[email protected]/myuname/myrepo.git
I get the repo without being prompted for passwords or anything like that. And I do not have an SSH key, as I hate them.
So the question is: What am I doing wrong? I am puzzled.
Thanks
Upvotes: 3
Views: 88
Reputation: 7597
I had to delete the folder:
.git-credential-cache
in home/
It is now asking for password again when cloning
Ta
Upvotes: 2