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

Push Branch gives me Authentication error with VsCode ver. 1.72.0 #730

Open rezanikfal opened 1 year ago

rezanikfal commented 1 year ago

Describe the Bug After updating Vs-Code, the push branch gives me Authentication error. It was working fine before. I copied the git command from Git Graph Output window to the Vs-Code terminal and It worked fine.

Steps to Reproduce Steps to reproduce the behaviour:

  1. Go to any local commit
  2. Right-Click on the commit name
  3. click on "Push Branch...."
  4. See error

Expected Behaviour It should ask Username and Password to push to the remote

Environment

Screenshots (optional) Add any screenshots showing the bug.

Additional Context (optional) Add any other context about the problem here.

⚠ Please make sure you complete all of the required sections of this template. Without this required information, it will be harder to replicate this bug, and cause additional delays in resolving it.

reszelaz commented 1 year ago

Hi @rezanikfal ,

Is this the error you get (I do not have 2FA enabled):

image

I have slightly different version of VSCode, but I must be facing a similar problem:

image

gl-prout commented 1 year ago

I am having the same problem for remote operations on repositories using HTTPS protocol, SSH protocols work just fine

Is there a configuration option to manage this?

Screenshot from 2023-04-24 11-52-38