mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.9k stars 244 forks source link

Error: Unable to Fetch from Remote(s) remote: Invalid username or password in Ubuntu #744

Closed ravindragullapalli closed 1 year ago

ravindragullapalli commented 1 year ago

In #114 I saw that it would prompt for details but still, it is not prompting for credentials. However, when I fetch it from source control in VS Code, it is asking for the password.

I am getting this error while fetching from the remote. Please guide.

image

When I fetch from source control in VS Code

image

I just installed Git Graph in VS Code in Kubuntu. Here are the versions

Git Graph

image

VS Code

image

Kubuntu

image

ravindragullapalli commented 1 year ago

Stored the password by configuring the repository using the command git config credential.helper store

And the program is working as expected.