Skip to content
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

Error while starting Settings Sync: No authentication provider 'github' is currently registered #108319

Closed
RMacfarlane opened this issue Oct 8, 2020 · 15 comments
Assignees
Labels
authentication Issues with the Authentication platform bug Issue identified by VS Code Team member as probable bug

Comments

@RMacfarlane
Copy link
Contributor

On Mac, when I try to sync settings, which requires login first, I get this error: Error while starting Settings Sync: No authentication provider 'github' is currently registered. Which is quite similar to this one. expect @carlocardella seems already get the Github logged in.

Both of the auto-redirect and manually copy paste generated token did not work.
I've already checked Keychain access, seems like there is nothing related to vscode.
Any idea on how to solve this? please.

image

Originally posted by @PulsGarney in https://github.com/microsoft/vscode/issue_comments/705649913

@RMacfarlane RMacfarlane self-assigned this Oct 8, 2020
@RMacfarlane RMacfarlane added bug Issue identified by VS Code Team member as probable bug authentication Issues with the Authentication platform labels Oct 8, 2020
@yusufdeepwork
Copy link

I have the same issue at Linux

@yusufdeepwork
Copy link

I have the same issue at Linux

I have solved .I have created token via my github profile and I have copied its and pasted to vs code's token area

@renkun-ken
Copy link

Same here.

I also got
image

@swd543
Copy link

swd543 commented Oct 12, 2020

I have this issue on Clear Linux with Visual Studio Code stable.

@smartmark-pro
Copy link

smartmark-pro commented Oct 16, 2020

I have the same issue at windows 10, but I tried a few more times, and It's done by itself. maybe it was a problem with the previous link redirection

@owenthereal
Copy link

I have this issue on Fedora with 1.50.1

@jyeray
Copy link

jyeray commented Oct 18, 2020

I had the same issue with Ubuntu after install vscode via snap. Copy the token and remove the trailing white space at start and final from before use it worked for me.

@PulsGarney
Copy link

Same here.

I also got
image

had never seen this before, could be another issue

@PulsGarney
Copy link

Somehow I manage to login with the latest release now, with the exact procedure I did before.
I think it is fixed on Mac now. 👍

@RMacfarlane
Copy link
Contributor Author

Can others who are seeing this issue (specifically, "No authentication provider 'github' is currently registered", not the 801 error) try using the insider's edition of VSCode? Do you see the problem there as well?

@tsgsz
Copy link

tsgsz commented Oct 27, 2020

Me too

@danielfazlijevic
Copy link

I had the same issue with Ubuntu after install vscode via snap. Copy the token and remove the trailing white space at start and final from before use it worked for me.

This worked for me.

@RMacfarlane
Copy link
Contributor Author

I am tentatively closing this since it seems people have been able to sign in. The original problem in this issue is specifically the "No authentication provider 'github' is currently registered" error, I believe I have fixed it. The 801 error is tracked here: #108304

@amingilani
Copy link

amingilani commented Nov 28, 2020

Hello, experiencing the same issue on MacOS, even creating a custom token does not work.

Screen Shot 2020-11-28 at 2 31 18 PM

Edit: I had to create a custom token, force quit a few times, disable, re-enable the extension, but it finally worked.

@tbenst
Copy link

tbenst commented Nov 30, 2020

I see the same error on a fresh install of the latest .deb, version 1.51.1, on Ubuntu 18.04.

#108304 can be fixed by:

rm -rf ~/.vscode ~/.vscode-server ~/.config/Code

Edit: I could solve this page's issue by switching default browser to Chrome temporarily--it wasn't working in firefox for some reason.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 20, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
authentication Issues with the Authentication platform bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests