GIT extensions do not connect remotely, but GIT bash

I really connect to a remote repository and can do this with git bash but not using gitextensions .

git bash asks me for a password, but git has no extension. Does anyone have an idea why this would be so?

This is from git bash, which asks for my password, while git extensions do 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 ': 
+2
git git-extensions
source share
1 answer

Try the following:

  • Open the main window of Git Extensions
  • Go to Settings β†’ Settings
  • Is β€œw21” account set to β€œgreen” or β€œred” in the β€œChecklist”?
  • If red, click the restore button.

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

+4
source share

All Articles