Timeline for answer to Remove credentials from Git by Venkataramana Madugula
Current License: CC BY-SA 4.0
Post Revisions
31 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Jun 24, 2024 at 18:03 | history | suggested | Benoit Gaudeul | CC BY-SA 4.0 |
alphabetized the list
|
| Jun 18, 2024 at 14:36 | review | Suggested edits | |||
| S Jun 24, 2024 at 18:03 | |||||
| Jan 17, 2024 at 12:20 | history | edited | superjos | CC BY-SA 4.0 |
add italian name
|
| S Dec 14, 2022 at 6:36 | history | suggested | brz | CC BY-SA 4.0 |
Added translation for dutch windows versions
|
| Dec 12, 2022 at 11:33 | review | Suggested edits | |||
| S Dec 14, 2022 at 6:36 | |||||
| Oct 8, 2022 at 9:52 | history | edited | arenaq | CC BY-SA 4.0 |
added 52 characters in body
|
| Aug 17, 2022 at 6:44 | comment | added | Shaybc | if you are using .gitconfig passwords (and not ssh store) simply move the .gitconfig file in folder: C:\Users\YOUR_USER_NAME and it will ask you for credentials again, (or add a line for your user / password in that file) | |
| Aug 11, 2022 at 6:32 | history | edited | Halvor Holsten Strand | CC BY-SA 4.0 |
Added Norwegian translation for easier lookup.
|
| Jul 15, 2022 at 6:33 | comment | added | Brain | The fact that Windows uses for every language its own name, is a sign of a poor mind setting. | |
| Mar 10, 2022 at 5:14 | comment | added | BenCaldwell |
This works, but somehow I had an excessive number of git credentials in credential manager and it would have been very tedious to remove them one at a time. I found this powershell script helpful to clean them all out: cmdkey /list | ForEach-Object{if($_ -like "*Target:*" -and $_ -like "*git*"){cmdkey /del:($_ -replace " ","" -replace "Target:","")}}
|
|
| S Jul 23, 2021 at 16:03 | history | suggested | Community Bot | CC BY-SA 4.0 |
added spanish translation
|
| Jul 23, 2021 at 6:50 | review | Suggested edits | |||
| S Jul 23, 2021 at 16:03 | |||||
| S Jun 14, 2021 at 15:58 | history | suggested | luispauloml | CC BY-SA 4.0 |
add pt translation
|
| Jun 13, 2021 at 14:24 | review | Suggested edits | |||
| S Jun 14, 2021 at 15:58 | |||||
| Apr 26, 2021 at 17:33 | comment | added | Satish Patro | if in the search result, it is not coming. Go to control panel, search it there (right side top) | |
| Apr 7, 2021 at 16:08 | history | edited | naXa | CC BY-SA 4.0 |
add ru and pl translations + place images inside list
|
| Mar 23, 2021 at 22:11 | comment | added | Halvor Holsten Strand | In Norwegian: "Legitimasjonsbehandling" | |
| Jan 8, 2021 at 8:52 | comment | added | Br2 |
In Dutch (or Nederlands, for googlability) you have to look for Referentiebeheer on path Configuratiescherm\Gebruikersaccounts\Referentiebeheer.
|
|
| Sep 7, 2020 at 6:57 | history | edited | mr_georg | CC BY-SA 4.0 |
Added translations of "credential manager" for French and German, as it is difficult to find otherwise.
|
| Jun 25, 2020 at 15:16 | comment | added | chonerman | If you're unable to get to credential manager via Windows you can run this from the command prompt to access it: rundll32.exe keymgr.dll,KRShowKeyMgr | |
| Apr 8, 2020 at 6:51 | comment | added | sthiers | In french: "Credential manager" = "Gestionnaire d'identification" | |
| Apr 5, 2020 at 0:12 | vote | accept | balexandre | ||
| Jun 25, 2019 at 13:02 | comment | added | phirzel | for all german users: Systemsteuerung\Benutzerkonten\Anmeldeinformationsverwaltung | |
| Dec 30, 2018 at 23:38 | comment | added | t0ad13 |
Deleting the credentials solved my 403 error via Bitbucket.
|
|
| Jul 31, 2018 at 11:46 | comment | added | Daniel Lerps |
Alternatively you can change the user/pass in the Credential Manager. That worked for me too
|
|
| Jan 31, 2018 at 8:14 | comment | added | davidenke |
If someone is searching this on a german localized machine, it is "Anmeldeinformationsverwaltung" on path Systemsteuerung\Alle Systemsteuerungselemente\Anmeldeinformationsverwaltung.
|
|
| Jan 17, 2018 at 18:36 | comment | added | dotcomly |
I only had to delete the credential named git:https://github.com and I was prompted to enter my username/pass the next time I cloned a repo using PyCharm. I had more than one github account and the wrong one was cached.
|
|
| Dec 14, 2017 at 10:48 | comment | added | Liam |
This is only relevant if your credential.helper=manager. To test this type git config --list. If it's set to store then credentials are not stored in the credentials store but are stored un-encrypted.
|
|
| Jul 21, 2017 at 16:16 | history | edited | Peter Mortensen | CC BY-SA 3.0 |
Active reading.
|
| Jan 9, 2017 at 7:00 | vote | accept | balexandre | ||
| Jan 9, 2017 at 7:04 | |||||
| Sep 21, 2016 at 6:24 | history | answered | Venkataramana Madugula | CC BY-SA 3.0 |