Skip to content
Discussion options

You must be logged in to vote

For gitlens, I would avoid the few latest versions, they are doing weird things...

  • try removing the credential helper (stops saving passwords permanently)
    git config --global --unset credential.helper

  • clear the git cached credentials, depends on your system

  • optionally, use memory cache for a short duration (e.g., 1 minute)
    git config --global credential.helper 'cache --timeout=60'

  • look at following settings:

{
  "git.autofetch": false,
  "github.gitAuthentication": false,
  "git.terminalAuthentication": false
}

VSCode solution for that issue would also work for VSCodium

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@RichardGladman
Comment options

Answer selected by RichardGladman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants