加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

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

发布时间:2020-12-13 16:09:17 所属栏目:PHP教程 来源:网络整理
导读:我正在为我的项目使用bitbucket并使用Smart Git 17.0.4进行拉取并拉到我的存储库.每次要求输入用户名和密码.我搜索了它,但没有得到任何解决方案.有谁知道? 这是弹出窗口的截图. http://prntscr.com/fd91v7 解决方法 SmartGit应使用Windows凭据管理器来缓存
我正在为我的项目使用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仍在进行中.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读