标签: git-credential-winstore

Git凭证助手 - 更新密码

我目前正在通过HTTPS使用GitHub,并在Windows 7上安装了最新版本的Git(1.9.0)以及Git凭证帮助程序.

在设置我的环境时,我告诉git-credentials永久记住我的用户名和密码.

我最近通过网站更新了我的GitHub密码,现在我无法再推/拉/取等.

我如何在Windows 7上使用git-credentials helper更新密码?

git github change-password windows-7-x64 git-credential-winstore

163
推荐指数
11
解决办法
19万
查看次数

使用适用于Windows的Git Credential Manager保存GIT凭据 - 不起作用

我希望在Windows上运行git pull/push时自动记住我的SSH密码.

我已经为Windows安装了Microsoft-Git Credential Manager

Git Credential Manager无法正常工作

环境

我的环境 我采取的步骤

git ssh git-credential-winstore

8
推荐指数
1
解决办法
4998
查看次数

LFS:找到了.XXXX的Git凭据.您的用户名必须是DOMAIN\user格式

所以我们尝试使用内部TFS设置GIT LFS,并且我们遇到了一些错误.错误和设置如下所述:

建立:

1)内部部署TFS 2017 w/Update 1

2)Visual Studio 2015 w/Update 3

3)Atlassian SourceTree(Git客户端)

4)GIT LFS安装在开发人员的系统上

5)Windows的Git凭据管理器(GCM)

错误:

  1. 转到SourceTree中的工具 - >选项 - > [Git选项卡]并选择[使用系统 Git]并尝试从历史记录中检出文件的版本会导致以下错误:

git-lfs/2.0.1(GitHub; windows amd64;转1.8; git 678cdbd4)git版本2.12.1.windows.1

$ git-lfs.exe filter-process下载对象时出错:Framework4.dll(ef57f778c9fd50b27144784cd1df55b1b014d564ad6d8d726b156748219b8e5f)

涂抹错误:下载Framework4.dll时出错(ef57f778c9fd50b27144784cd1df55b1b014d564ad6d8d726b156748219b8e5f):批处理响应:您的用户名必须是DOMAIN\user形式.目前是USR123

  1. 转到SourceTree中的工具 - >选项 - > [Git选项卡]并选择[使用嵌入式 Git]并尝试从历史记录中检出文件的版本会导致以下错误:

git-lfs/1.5.2(GitHub; windows 386; go 1.7.3; git 547a06aa)git version 2.10.2.windows.1

$ git-lfs.exe smudge - Framework4.dll下载对象时出错:Framework4.dll(ef57f778c9fd50b27144784cd1df55b1b014d564ad6d8d726b156748219b8e5f)

涂抹错误:下载错误ef57f778c9fd50b27144784cd1df55b1b014d564ad6d8d726b156748219b8e5f:LFS: 未找到http:// localhost:8080/tfs/DefaultCollection/Common/_git/Common%20References的 Git凭据:LFS:http:// localhost:8080/tfs /的 Git凭据 未找到DefaultCollection/Common/_git/Common%20References.

我研究和尝试的内容:

  1. 人们建议使用"Git Credential Manager for Windows(GCM)"来存储和管理凭据.这是使用最新的git版本安装的.但错误仍然存​​在.

  2. 没有安装"Windows的Git Credential Manager(GCM)"仍然发生错误.

  3. 将Git版本更新到最新版本.尝试了git-lfs/1.5.2和git-lfs/2.0.1.但是没有去.

  4. 有关环境的其他错误信息: …

atlassian-sourcetree git-credential-winstore git-lfs tfs2017

3
推荐指数
1
解决办法
2258
查看次数