Intellij在Windows下不断提示使用git的凭据

问题描述 投票:0回答:1

我在Windows中具有intellij设置。我的SCM是git。我正在使用git bash作为我的git客户端。问题是我无法保留密码。

我已经尝试了Intellij提供的解决方案。但是不能解决我的问题。

https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000047544-GIT-unable-to-remember-my-password

intellij-idea git-push git-clone git-pull
1个回答
0
投票

我们必须设置git客户端(git bash)的credential.helper配置参数,以利用Windows凭据管理器存储我们的密码。可以通过执行

来启用

git config --global credential.helper manager

© www.soinside.com 2019 - 2024. All rights reserved.