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
Unable to save Github Credentials on Linux #120392
Comments
|
I had the same problem before, in my case i need to add
|
|
Upstream issue about this atom/node-keytar#132 I've updated the troubleshooting guide to point to the instructions from @maosid. Thanks! |
|
Unable to Authorize Github what do I do? |
And those who doesn't use a gnome based system, like kubuntu? |
Yup, I use Arch with Sway window manager, and this solution didn't fix the issue, I also tried this solution #92972 didn't fix it either |
|
I am having the same/similar issue on Osx: |
|
@maosid what would be the code for KDE? |
I use Gentoo, had the same issue and resolved it by launching sway via |
|
For me, the error pops up after attempting to sign in, but signing in works regardless of the error. Running Pop!_OS 21.04 and GNOME. |
|
As a kludge, it's also possible to simply do:
The dbus-launch command sets some environment variables for the process that it spawns. If you are spawning a window manager in .xinitrc (ie If you run just If you have launched your window manager from dbus-launch in .xinitrc or wherever, then you should be able to see those variables already existing by:
For those familiar with ssh-agent, this is the same concept. |
|
I use Manjaro KDE, I can't fix the annoying problem, any help? |
|
@julianperezpesce |
|
Anyone on kde still facing the problem, simply install gnome-keyring I'm on arch so |
for me, surprisingly these steps worked out |
|
Still facing the initial issue on artix(arch) even after installing |
|
This error should not pop up at all if there is no settings sync configured to begin with. Don't tell me "But we need to check somehow". You should add a boolean into the setting disabling keychain access. If that means no settings sync -- that's fine. |
Wait that literally solves nothing though. I clearly have credentials I would like to save but none of the methods above solve it. I have isolated the issue and it seems dbus is having a hard time to start on boot. If I fix it, ill post something here. |
|
How can I use KDE Wallet (kwalletd) instead? Gnome keyring does not integrate well into a KDE workstation. |
I am on Debian 11-updates/bookworm version (Antix Linux) Also I tested And Either of them gives error message: Anyone met similar issues? |
|
Please, stop being opinionated how about Linux and keep vscode things on vscode code space, stop trying to use desktop services because Linux users are very diversified and everything was OK until now. |
|
It's an improvement if they do it right and support all popular desktops and protocols. |
Yep same here on Artix s6 machine. I believe this is a problem with our setups and not VS Code itself, so we shouldnt be hoping for any over the top solution from the team. |
Yes, I guess the best we can do is try whether we can fix this through discussions. The recent progress I met is I tried to add dbus-launch The error message becomes Any idea how to fix this ? |
|
I have the same issue on arch with i3, but i installed gnome and i tried it from there and somehow i could log in, both to sync settings and for github copilot. |
|
I Think i found a "workaround", i opened VS Code, got the error message and exited. I reopened VS Code and waited for the "Unlock the default keyring" thing, typed in the password and it worked. Or im just delusional and they fixed it. |
I have the same error message as you |
see https://unix.stackexchange.com/a/295652/332452source /etc/X11/xinit/xinitrc.d/50-systemd-user.sh see https://wiki.archlinux.org/title/GNOME/Keyring#xinitrceval $(/usr/bin/gnome-keyring-daemon --start) see NixOS/nixpkgs#14966 (comment)mkdir -p "$HOME"/.local/share/keyrings |
|
I'm getting Gentoo I've added the stuff to xinitrc |
|
Any idea about KDE Wallet instead of gnome-keyring? |


classabbyamp commentedApr 2, 2021
Steps to Reproduce:
Writing login information to the keychain failed with error 'Unknown or unsupported transport “disabled” for address “disabled:”'.Does this issue occur when all extensions are disabled?: Yes
Before this gets closed as a duplicate of other issues:
libsecretandgnome-keyringinstalled, as other issues describeThe text was updated successfully, but these errors were encountered: