Remove credentials from Git

后端 未结 30 1702
不知归路
不知归路 2020-11-21 10:13

I\'m working with several repositories, but lately I was just working in our internal one and all was great.

Today I had to commit and push code into other one, but

30条回答
  •  -上瘾入骨i
    2020-11-21 10:35

    Try using the below command.

    git credential-manager
    

    Here you can get various options to manage your credentials (check the below screen).

    Or you can even directly try this command:

    git credential-manager uninstall
    

    This will start prompting for passwords again on each server interaction request.

提交回复
热议问题