Where is my remote git repository password stored on the local machine?

后端 未结 3 830
暖寄归人
暖寄归人 2021-02-03 23:04

I have a git repository set up on bitbucket

$ git remote -v
origin  https://myusername@bitbucket.org/myusername/my_repository_name.git (fetch)
origin  https://my         


        
3条回答
  •  时光说笑
    2021-02-03 23:46

    With the default configuration of git on windows, this is stored in Windows under: control panel => User => Credential manager.

    See a more details answer: https://stackoverflow.com/a/51437252/717372

提交回复
热议问题