Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Sign in to GitHub" prompt to enable GitHub Copilot on every VS Code launch

very time I launch VS Code, I am asked to Sign in to GitHub to enable GitHub Copilot suggestions. regardless of doing that many times.

enter image description here

I'm a bit confused because I also have GitLens extension which works fine.

Anyone else faced something similar?


OS: Ubuntu 20.04.3 Focal Fosa

like image 939
Bek Avatar asked Feb 13 '26 08:02

Bek


1 Answers

In my case (Archlinux) I hadn't installed a keyring storage thingo - similar to @Delta.

So install it:

pacman -S gnome-keyring

And make sure that it's launched when your log in:

dbus-update-activation-environment --all
gnome-keyring-daemon --start --components=secrets

There appear to be lots of different causes/fixes mentioned in various places on the web, so if this doesn't fix it, keep browsing :)

like image 52
sdfgeoff Avatar answered Feb 16 '26 05:02

sdfgeoff



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!