How do I update the password for Git?

后端 未结 26 2028
一整个雨季
一整个雨季 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:48

    my password was good in github desktop preferences but wrong in the .git/config file

    for me the only working solution was to manually edit the file: .git/config

    that contains this line: url = https://user:password@github.com/user/repo.git

    change password to the GOOD password because it was an older one for me

提交回复
热议问题