You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Azure DevOps only] If the account picker shows more than one identity as you authenticate, check that you selected the same one that has access on the web.
Not applicable
I only see one identity
I checked each identity and none worked
Expected behavior
I am authenticated and my Git operation completes successfully.
Actual behavior
Following the setup steps for Linux in WSL2 Ubuntu 18.04, I cannot even get the plaintext store to work. I see the following when trying to clone a private repo from github.com. Inputting a PAT does not store the token and ~/.gcm/store is not created. I've had similar issues with the gpg/pass setup. (Tried avoiding gpg for the moment just to see if I could get the simpler plaintext setup in place -- I think something else is going on, though.) I did the setup via the .deb package.
Logs
Set the environment variables GCM_TRACE=1 and GIT_TRACE=1 and re-run your Git command. Review and redact any private information and attach the log.
Which version of GCM Core are you using?
From a terminal, run
git-credential-manager-core version
and paste the output.Git Credential Manager version 2.0.280-beta+1f4c6db90f (Linux, .NET Core 3.1.6)
Which Git host provider are you trying to connect to?
Can you access the remote repository directly in the browser using the remote URL?
From a terminal, run
git remote -v
to see your remote URL.[Azure DevOps only] What format is your remote URL?
{org}
@dev.azure.com/{org}
/...{org}
.visualstudio.com/...[Azure DevOps only] If the account picker shows more than one identity as you authenticate, check that you selected the same one that has access on the web.
Expected behavior
I am authenticated and my Git operation completes successfully.
Actual behavior
Following the setup steps for Linux in WSL2 Ubuntu 18.04, I cannot even get the plaintext store to work. I see the following when trying to clone a private repo from github.com. Inputting a PAT does not store the token and
~/.gcm/store
is not created. I've had similar issues with the gpg/pass setup. (Tried avoiding gpg for the moment just to see if I could get the simpler plaintext setup in place -- I think something else is going on, though.) I did the setup via the .deb package.Logs
Set the environment variables
GCM_TRACE=1
andGIT_TRACE=1
and re-run your Git command. Review and redact any private information and attach the log.Log is attached.
git.log
The text was updated successfully, but these errors were encountered: