-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when executing a git command that needs GitHub authorization it fails #605
Comments
I guess this is on Linux, given the path |
Thank you for reaching out. yes: Linux Mint on an old laptop... OSType: Linux Most information on my setup can be found in the attached log file at the top line of my original Post and just above. I am a bit out of my wits because with seahorse I can see that the collection does not exist, but there are password collection in my home directory |
Didn't you have to configure GCM to use |
Also, since this seems to be a |
@dscho : Indeed I configured with
as per documentation https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/credstores.md |
As per https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/credstores.md#freedesktoporg-secret-service-api, have you tried looking at things using |
yes seahorse gives an empty keyring where I would expect it to work. Also seahorse gives a warning. Mmmm.. I need to delve further into this. |
Ok, I retried by unconfiguring secretservice and using pass. That fails as well, it keeps asking for password. So it seems to be somewhere else, not only related to libsecret. Yesterday it worked one time (I got the popup fro github from secretservice), but now nothing concerning these GitHub CLI authentications is working anymore, I suspect there is a deamon not running and git doesn't seem to recognize it should trigger gcm; or maybe one step later. However, running out of time now, will try one reboot, and if that fails, will pick up later this week. Thanks for reaching out!! |
A remove, reboot and reinstall got it working! |
gcm-diagnose.log
Which version of GCM are you using?
2.0.632+478753bbb7
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.Expected behavior
I am authenticated and my Git operation completes successfully.
Actual behavior
executing a git push gives:
Logs
Attached
The text was updated successfully, but these errors were encountered: