ViniciusAlberkovics / VSGitAutoFetch

VS Git AutoFetch extension
9 stars 6 forks source link

'credential-manager' is not a git command #6

Open TobiasKoller opened 1 year ago

TobiasKoller commented 1 year ago

hi, I was looking for a tool that auto-fetches the latest changes when opening a project. So your tool seems to be perfect for that.

in the output-window I get this error:

  Fetching from origin
  git: 'credential-manager' is not a git command. See 'git --help'.

  The most similar command is
      credential-manager-core
Kevinf63 commented 1 year ago

If I was to guess: Git Credential Manager: authentication for everyone

Git Credential Manager Core was renamed as of recently to drop the Core part. What version of Visual Studio and Git are you using?

TobiasKoller commented 1 year ago

hi, VS2022 with latest updates