Questions tagged [git-credential-winstore]

8 questions
264
votes
13 answers

Git credential helper - update password

I'm currently using GitHub over HTTPS and have the latest version of Git installed (1.9.0) along with the Git credential helper on Windows 7. On setting up my environment, I told git-credentials to permanently remember my username and password. I've…
13
votes
1 answer

Save GIT Credentials using Git Credential Manager for Windows - Not working

I would like my SSH passwords to be remembered automatically when running git pull/push on windows. I have installed the Microsoft - Git Credential Manager for Windows The Git Credential Manager is not Working Environment git version…
David Cruwys
  • 6,262
  • 12
  • 45
  • 91
5
votes
2 answers

LFS: Git credentials for..XXXX..not found. Your user name must be of the form DOMAIN\user

So we are trying to setup GIT LFS with on premises TFS and we are having a couple of errors. The errors and setup are described below: Setup: 1) On-premises TFS 2017 w/Update 1 2) Visual Studio 2015 w/Update 3 3) Atlassian SourceTree (Git Client)…
4
votes
1 answer

git-credential-winstore.exe for two GitHub logins?

I use git-credential-winstore (installed with msysgit) to store my personal GitHub account details in Window's credentials store (Control Panel -> User Accounts -> Manage your credentials -> windows credentials) I'm now trying to use a second…
robrich
  • 13,017
  • 7
  • 36
  • 63
2
votes
1 answer

Use a client certificate with git credential manager

We use a smart card at work for all authentication, including our git repos in TFS. git-credential-manager-for-windows worked just fine with this using either SourceTree or the git command line directly on windows 7. We've just upgraded to windows…
Jakke
  • 317
  • 1
  • 3
  • 11
1
vote
1 answer

warning: invalid credential line -- where is the line coming from?

I'm using a "Git Bash here" window on Windows 10. I'm getting this often (but not always) with git commands: $ git pull warning: invalid credential line: Unable to initialize the New Relic .NET Agent log file. Please make sure the logs directory is…
Ross Presser
  • 6,027
  • 1
  • 34
  • 66
0
votes
0 answers

Git pushed old email and name settings

Month ago I installed my new company computer (with git-for-windows) and pushed some changes to one project. I don't have any idea where git got my personal email and name but it had this information about me in --global and pushed it that way. I…
Polostor
  • 187
  • 6
  • 25
0
votes
1 answer

Git Credential Manager for Windows and credentials in a file

How can I get the Git Credential Manager (GCM) to read credentials from a file for HTTPS Git URLs? We need this in order to facilitate automatic cloning operations for Jenkins jobs. Background We have been successfully using the store credential…
Friedrich 'Fred' Clausen
  • 3,321
  • 8
  • 39
  • 70