Git shell prompts for password in an OpenSSH popup window

大兔子大兔子 提交于 2019-11-30 08:41:51

Use $ git config --global core.askPass ""

You can also set credentials in your config to prevent being prompted every time (https://git-scm.com/docs/gitcredentials).

This could be also caused by Visual Studio Code. If this is the case just add "git.autofetch": false into your setting.json file.

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