↧
Answer by Alex for Remove credentials from Git
No answer given worked for me. But here is what worked for me in the end:rm -rf ~/.git-credentialsThat will remove any credentials! When you use a new git command, you will be asked for a password!
View Article--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View ArticleAnswer by cristianhoyos66 for Remove credentials from Git
As other answers mention this will work for any operative systemrm -rf ~/.git-credentialsOnce that is done, any other command related to git remote (pull, push, fetch, etc...) will ask for credentials...
View ArticleAnswer by Vinícius OA for Remove credentials from Git
What worked for me on macos was to delete in keychain access and also .git-credentials
View Article