GIT extensions does not connect to remote but git

2019-05-19 09:39发布

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':

1条回答
Anthone
2楼-- · 2019-05-19 10:15

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

查看更多
登录 后发表回答