Questions tagged [git-credential-manager]

The Git Credential Manager (GCM) is a credential helper for Git.

Git Credential Manager (GCM) is a secure Git credential helper built on .NET that runs on Windows, macOS, and Linux. It aims to provide a consistent and secure authentication experience, including multi-factor auth, to every major source control hosting service and platform.

103 questions
0
votes
0 answers

How can i change github credentials on demand?

I have one github account with which i am logged in on microsft edge browser. The other one is on chrome. Mainly i use the one from microsoft edge, and on first commit github ask again for user name and password when i tried to push, i logged in…
sdsd
  • 447
  • 3
  • 20
0
votes
0 answers

.gitcredentials vs .git-credentials

I've chosen to use file-based git-credential-store. That is, my credentials are saved in ~/.git-credentials as per documentation. (I am using Windows 10) However, I can see that the folder now has two identical files, .git-credentials vs…
Bernardo Dal Corno
  • 1,858
  • 1
  • 22
  • 27
0
votes
0 answers

Same domain, multiple git accounts without ssh

I've tried to look for a way to match on a path using git config. I've only found (and tested) some mentioned in the link here, among others. Multiple git accounts: no .ssh/config or SSH agent usage I have also read through…
Anton Blomström
  • 1,353
  • 2
  • 7
  • 7
0
votes
1 answer

Git push credentials and permissions using HTTPS

My question is related to git pushes using HTTPS. HTTPS push requests a valid login and password to be accepted. However, these credentials can be completely unlinked to the ones used in the commits. Is there a way to block HTTPS pushes with…
moser
  • 446
  • 3
  • 14
0
votes
1 answer

Git Auth Error dev.azure.com - But Works on visualstudio.com

There is a developer on my team that gets a git authentication error trying to clone any repositories from our Azure DevOps private instance at dev.azure.com/MyCompany. It doesn't matter whether she starts from ADO and uses the "clone in IDE"…
0
votes
0 answers

Any git command hangs during GCM calls

On any git command (git fetch for example) operation hangs during git-credential-manager get or git-credential-manager store. We use local hosted gitlab at work and none of my coworkers have the same issue. I also use SourceTree (v. 3.3.7.3839) but…
Ivan Maslov
  • 168
  • 2
  • 13
0
votes
1 answer

Fail git push into private repo after installing microsoft git-credential-manager, repository not found

I am relatively new to using github. Recently, I install git-credential-manager in my Linux machine in order to work with my company's AzureDevOps accounts. It works flawlessly with both the Azure and my share company account, I no longer need to…
Mike Gao
  • 71
  • 1
  • 1
  • 6
0
votes
1 answer

Git with Credential Manager Authentication failed

I generated a Personal Access Token to be used with Windows Generic Credentials and git credential manager. I am using git 64-bit version 2.21.0.windows.1 with this…
Michel Fornaris
  • 352
  • 3
  • 14
0
votes
0 answers

Git clone repository throwing fatal error "Could not read username for 'http://:8080': terminal prompts disabled

Im running into a fatal error issue while doing clone from VS2017 for a git repository exist in TFS server. issue happening in windows 10 OS. From visual studio team explorer -> manageConnection -> addTfsServer -> select git repo -> clone button…
0
votes
1 answer

Git credentials catche issue

Thanks to git disabling support for weak cahcing, I am having issue with caching credentials. I updated to latest git for window ( 2.18 ) but the issue persists. Apparantly, the windows Credentials manager is being used for credentials storage…
Swayam Siddha
  • 245
  • 1
  • 3
  • 16
0
votes
1 answer

How does the Git Credential Manager distinguish between different servers?

When I connect to a TFS server using Git, the Git Credential Manager for Windows pops up a Microsoft login box. However, when I connect to a GitHub server, it raises a different login dialog for GitHub. I want to know what conditions the Git…
alpha
  • 43
  • 6
-1
votes
1 answer

Don't want to enter the password on git prompt for each and every git pull/push operation

Basically I am trying to perform the git operations i.e git pull/git push to https:// from Git bash and don't want to enter password again and again asking on the prompt. However I am not able to solve this thing on my windows 10 OS machine. Things…
Rajat
  • 37
  • 5
-1
votes
2 answers

Ho to deal with Git warning "a host provider override was set but no such provider..."?

I worked in a git repository without issues. Some day after calling git pull I got the following warning $ git pull warning: a host provider override was set but no such provider 'gitlab' was found. Falling back to auto-detection. warning: a host…
gitrust
  • 199
  • 1
  • 8
1 2 3 4 5 6
7