0

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?

Hugo y
  • 1,421
  • 10
  • 20
Kimprosh
  • 301
  • 3
  • 2

1 Answers1

1

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.

Pang
  • 9,564
  • 146
  • 81
  • 122
SolveProblem
  • 83
  • 1
  • 9