Unable to authenticate Github from VScode

Asked 2 years ago, Updated 2 years ago, 89 views

I would like to share the configuration from VScode to the github account and clone the private repository.

VScode > Account > Turn on Setting Sync tries to authenticate the Github account, but the update indicator keeps spinning and cannot be set.

The following are successful:
·Github login at the other end of the LAN
·Cloning your own public repository with the CLI to git command
·Login without VScode on browser (sign in from github.co.jp)

·Environment
machine —Thinkpad x230i
OS: kali linux, Karnel: 5.15.0-ka
Browser: Chrome, Firefox
git: 2.34.1
VScode: 1.63.2

Update any information you need.
Thank you for your cooperation.
                                                                                                                                                     

linux git vscode github

2022-09-29 22:18

1 Answers

Do you include gnome-keyring?

as in Issue in Github.
 sudo apt install gnome-keyring

If you put it in, you may be able to work together.


2022-09-29 22:18

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.