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

标签 php git bitbucket

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

这是弹窗的截图。 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.

此错误仍在进行中。

关于php - Smartgit 总是要求输入密码凭据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44234703/

相关文章:

android - 删除特定版本的 Android Studio VCS 和/或 Bitbucket

php - Javascript 函数调用 php foreach。是否可以?

php: dom 用另一个 dom 的根节点替换节点

php - 防止用户在 Symfony (bcrypt) 中使用相同的密码

php - 将默认 "Save as Type"设置为 .kml 而不是 .php

git - 如何从当前版本和比最新版本更旧的版本之间的差异 View 编辑文件的当前版本?

linux - 如何正确地从 Linux 内核 git 树中挑选有问题的提交

git:移动分支头

mercurial - 如何使用 .hgsub 中的 [subpaths] 部分重新映射本地子存储库以便在 bitbucket 中使用

git - 如何将 git repo 添加到项目的工作目录