GIT extensions does not connect to remote but git bash does

女生的网名这么多〃 提交于 2019-12-10 11:03:42

问题


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:


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



来源:https://stackoverflow.com/questions/12204162/git-extensions-does-not-connect-to-remote-but-git-bash-does

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!