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

Unable to login through GitHub #22

Open
mcendu opened this issue Sep 12, 2021 · 2 comments
Open

Unable to login through GitHub #22

mcendu opened this issue Sep 12, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mcendu
Copy link

mcendu commented Sep 12, 2021

On an account without 2FA, logging in for the first time requires a code to continue. There is no way to enter the verification code in the plugin, however, making login impossible.

Hey mcendu!

A sign in attempt requires further verification because we did not recognize your device. To complete the sign in, enter the verification code on the unrecognized device.

Device: Unknown Browser on Unknown
Verification code: ******

An alternative is to use the account system on VSCode, but I am not sure how one should be implemented.

@supperchong
Copy link
Owner

It could be a network problem (requesting Github is slow and could easily time out with a few redirects).

I wanted to support SOCKS5 and HTTP proxy directly(may only need for login), but there are few libraries for SOCKS5, so I didn't add this feature. The next step will be to consider supporting HTTP/HTTPS Proxy Only, Then users install software to transfer SOCKS to HTTP proxy.

@supperchong supperchong added enhancement New feature or request good first issue Good for newcomers labels Sep 13, 2021
@supperchong
Copy link
Owner

@mcendu Oh, the vscode supports proxy setting. You can try to set proxy. Preferences->Settings->Application->proxy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants