解决打开Intellij Idea后,一直弹出Git Credential Manager Enter credential
Posted zhangjin1120
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决打开Intellij Idea后,一直弹出Git Credential Manager Enter credential相关的知识,希望对你有一定的参考价值。
我并没有要pull或者push代码,只是打开了Intellij Idea,就一直弹出:
我的解决办法:
打开powerShell输入:git config --system --unset credential.helper
,就不再弹出了。
其他解决办法可以参考
- Windows安全中心 Git Credential Manager Enter credentials for ‘https://gitee.com/‘
- git credential for windows 总是弹出的问题
以上是关于解决打开Intellij Idea后,一直弹出Git Credential Manager Enter credential的主要内容,如果未能解决你的问题,请参考以下文章
鼠标悬停解决方案上弹出的 Intellij 13 Auto doc 不再起作用 [重复]
intellij idea pycharm phpstorm webstorm 使用 FiraCode 作为编程字体,更新后字符乱码问题解决
IntelliJ IDEA打开Terminal命令窗口并输入命令
[intelliJ IDEA + maven]在IDEA中打开一个maven项目,resolve完依赖后,缺少部分jar包问题
错误记录Mac 中 IntelliJ IDEA 运行 Python 程序报错 ( No module named ‘threadpool‘ )