fatal: Authentication failed "https://...." on ubuntu

I'm not able to push or pull any changes and I keep getting this error when ever I try togit push origin username, I have tried the other commands likegit config --system --unset credential.helper didn't work.

OS: Ubuntu 20.04.3 LTS x86_64

anybody here can help me out on this?

error

fatal: Authentication failed for '

when I try to log in that URL above it says Not found and it's the same URL on beanstalk for the repo

1 Answer

Okay, so I found out what was the issue.

SourceIssue is with VS Code terminal not working sometimes.

As detailed in "git push origin master Missing or invalid credentials", and here:

If you work with the JSON-settings file, insert the following line into it: git.terminalAuthentication: false,

this fixed my issue of git pull and push commits

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like