I typed wrong ID (my mistake) and I think my computer's IP is permanently banned. I'd like to un-ban my IP so that I can git clone to my desired git repository. when I tried to git clone my git repository, it says remote: HTTP Basic: Access denied
fatal: Authentication failed for "~~my repository"
How can I re-access my git repository? Or how can I reset my banned-state? I think typing wrong ID only once and be permanently banned is somewhat harsh.
Go to Start menu, type "Credential Manager", then inside this manager, select "Windows Credentials", seek for "git:https//github.com", expand it, then you'll find "Delete" inside of it.
It seems that your credential manager stored wrong authentication and reuses it. Reset it.
git config --system --unset credential.helper
More information:
Remove credentials from Git
GitLab remote: HTTP Basic: Access denied and fatal Authentication
I think this article may serve you better: Github OpenSSH asking for password for an https link
To unset the git config --system --unset credential.helper
command, you can do type git config --system credential.helper
store (maybe also with --global
and --local
flag)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With