Skip to main content

Command Palette

Search for a command to run...

How to solve remote: HTTP Basic: Access denied

Published
1 min read
How to solve remote: HTTP Basic: Access denied
I

Software Engineer | Developer Advocate | Technical Writer | Content Creator

Hello it's a Fix 😪

Let's solve it!

  1. On your computer, go to Windows Credential Manager. On Windows, you can do this by pressing the Windows Key and typing 'credential.'
  1. Replace the old password with the new one in the git entry under Windows Credentials.

OR

  git config --system --unset credential.helper

Then, for Git remote server, create a new password.

Thank you 😊

I hope you find this useful.