How do I update the password for Git?

后端 未结 26 2024
一整个雨季
一整个雨季 2020-12-02 03:12

I\'m using BitBucket with Xcode and Git for version control, and recently I changed all of my passwords (thanks Adobe!).

Unsurprisingly, I\'m no longer able

26条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 03:44

    Just clone one of your existing repos, this will prompt you for new credentials:
    e.g.

    git clone https://myuser@bitbucket.org/mypath/myrepo.git
    

    // https://myuser@bitbucket.org/mypath/myrepo.git is an address of one of your existing repos.

提交回复
热议问题