php – Smartgit总是要求输入密码凭据

我正在为我的项目使用bitbucket并使用Smart
Git 17.0.4进行拉取并拉到我的存储库.每次要求输入用户名和密码.我搜索了它,但没有得到任何解决方案.有谁知道?

这是弹出窗口的截图. http://prntscr.com/fd91v7

最佳答案 SmartGit应使用Windows凭据管理器来缓存您的密码.

见“
Using the Git credentials manager”.

检查输出:

git config credential.helper

但是,有一个问题是报告密码从凭据管理器中删除:issue 58.

I have a situation with SmartGit and Git Credential Manager for Windows:

After entering the password, I can confirm that it is added to the Credential Manager.
However, even after using the setx GCM_PRESERVE_CREDS true (and restarting SmartGit and the Credential Manager service), the credentials still get removed after some period of time (short, around 15 minutes), and the manager pops up again.

这个bug仍在进行中.

点赞