Kimprosh
Kimprosh

Reputation: 301

Git don't request password when clone a bitbucket private repo

I use my mac to clone a private repo on Bitbucket. In the first, it request password. But, in the next time, it didn't request for password.

And I can clone any others private repo of my account. Maybe, my mac saved password and use it whenever I have request to my repo. I worry that when I clone my private repo in others mac. My password will be saved in them.

How to delete it?

Upvotes: 0

Views: 76

Answers (1)

SolveProblem
SolveProblem

Reputation: 91

This link may help:
https://help.github.com/articles/caching-your-github-password-in-git/

Git by default saves password in cache for 15 minutes.

Upvotes: 1

Related Questions