Question

I actually connect to a remote repository and can do so using git bash but not using gitextensions.

git bash asks me for my password but GIT extensions does not. Does anyone have an idea why this will be the case?

This is from GIT bash, which asks for my password whereas the GIT extensions does not ask for my password.

$ git pull http://vkaul@stash.int.linz.jumio.com/git/OCR/ocr.git
Password for 'http://vkaul@stash.int.linz.jumio.com':
Was it helpful?

Solution

Try this:

  1. Open the Git Extensions main window
  2. Go to Settings -> Settings
  3. On the "Checklist", is "Git credential helper is installed" green or red?
  4. If red, click the repair button.

This fixed it for me. I'm using Git Extensions version 2.44

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top