git-credential-manager Questions
2
I installed the Git-2.34.0-64-bit.exe from Git for Windows and picked most of the default options. The install said that it was going to use the "git-credential-manager-core" which seems ...
Frill asked 22/11, 2021 at 13:6
4
Solved
Is there a command or other way to determine the version of Credential Manager in my git installation?
Poul asked 18/4, 2019 at 9:30
7
Solved
Atlassian Bitbucket Sourcetree Git Credential Manager keeps prompting me to authenticate.
I have tried several fixes, including the obvious:
Entering auth, prompt re-appeared in 15 sec.
Deleting...
Lodge asked 11/10, 2018 at 9:8
3
Solved
I have setup a VS Code dev container and I can run and debug my code inside. My ~/.gitconfig from my host system was correctly copied into the container. However, my ssh credentials don't seem to w...
Shalondashalt asked 11/9, 2022 at 3:22
4
Solved
I am having a very weird situation when cloning a Git repository from our company private server. The repository is not anonymous (it requires authentication), but when cloning, VS didn't ask any u...
Morette asked 25/6, 2015 at 13:1
3
Seems like a simple problem but I can't find a solution, in my git config credentials stored
in the cache(username and personal access token) the git config --list returns the credential info like ...
Descender asked 4/8, 2020 at 17:43
1
Solved
git version 2.41.0.windows.2
PowerShell version 7.3.5
When I run git credential-manager github list, credential manager shows the same account twice:
PS C:\Users\<redacted>\dev\src\cs\<red...
Juggle asked 17/7, 2023 at 16:39
2
I'm new to using Gitlab. My workplace has recently moved from on-prem Git to a cloud-based Gitlab host. I used ssh authentication in the past with our on-prem so never had to deal with credentials ...
Homophonic asked 17/10, 2022 at 20:8
3
Solved
I've been looking for a good encrypted git credential helper for Linux (something that can store passwords in an encrypted way, and retrieve them later, conforming to the git-credential protocol), ...
Halie asked 14/11, 2018 at 17:41
7
Solved
Error Message
/mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe get: 1: /mnt/c/Program Files/Git/mingw64/libexec/git-core/git-credential-manager-core.exe: not found...
Trug asked 2/6, 2022 at 7:42
13
Solved
After a fresh install, I could clone the repository, make changes and commits, but when I try to push I get the following warning:
warning: could not find UI helper 'GitHub.UI'
After this, the pr...
Twostep asked 12/12, 2022 at 23:43
1
I am accessing server via PS remote session. I am trying to run a git pull from a github repo. The git credentials on the remote machine are stored in Windows Credential Manager. However I get this...
Sotted asked 21/6, 2022 at 12:22
1
Solved
As I understand this article, Git Credential Manager Core is not the same with Git Credential Manager or Windows Credentials. After using this command
printf "host=github.com\nprotocol=https\n...
Tempest asked 3/12, 2022 at 9:42
8
Solved
I'm using Azure DevOps for the first time to host my next project. When I created an empty project on Azure Devops, I tried to clone it. While attempting to clone, it asked me for my password. I en...
Hinny asked 7/12, 2018 at 0:56
2
I'm using Git 2.35.1.windows.2 on Windows 10. I understand that this version uses the Windows Credential Manager. Bitbucket recently deprecated the use of the Bitbucket account password for HTTPS G...
Xylidine asked 21/2, 2022 at 22:44
1
Solved
I'm getting the following output when executing a fetch / pull via a powershell script:
info: detecting host provider for '[devops site address]'...
Normally, this wouldn't be an issue, however, ...
Forcemeat asked 22/10, 2021 at 18:16
1
Solved
One password is no problem
I wanted to store my credentials "safely" for use by git so I did as instructed
here. This way I don't have to input password/PAT every single time, I perform a...
Computation asked 5/5, 2021 at 16:28
1
Solved
I have credential.helper=manager-core, which is the new helper for windows credential manager. I don't understand how is it secure if you can get git to display your credentials with git credential...
Cutlerr asked 24/3, 2021 at 22:31
4
I have two GitHub accounts, work and personal, for which I want to securely store credentials in Windows 10.
git config --global credential.helper manager only sets a single username and password, ...
Frictional asked 7/9, 2018 at 11:54
1
Solved
I'm using Microsoft Git-Credential-Manager for Linux (Ubuntu) for a couple weeks, with some credentials, and now I need to push modifications to a different repo with different credentials. But I c...
Microelement asked 4/3, 2020 at 22:44
5
Solved
The visual studio stopped sending my commits to the bitbucket and this error appears
Error encountered while cloning the remote repository: Git failed with a fatal error.
HttpRequestException ...
Regeniaregensburg asked 9/8, 2018 at 2:0
1
© 2022 - 2024 — McMap. All rights reserved.