Search results
29 mar 2021 · For VSCode users or any other IDE you need to force GitHub to re-authorize the app! Go to your settings on GitHub.com -> Applications -> Authorized OAuth Apps - https://github.com/settings/applications
When obtaining an OAuth token for a user, some errors may occur during the initial authorization request phase.
To solve this error, start the OAuth authorization process again and get a new code. Unverified user email. If the user for whom you are trying to generate a user access token has not verified their primary email address with GitHub, you will receive this error.
Before you can use the device flow to authorize and identify users, you must first enable it in your app's settings. For more information about enabling the device flow in your app, see "Modifying a GitHub App registration" for GitHub Apps and "Modifying an OAuth app" for OAuth apps.
12 gru 2014 · What may be causing this? An existing OAuth token for Composer is present and will be reused. Could not fetch https://api.github.com/authorizations, enter your GitHub credentials to go over the API >rate limit. The credentials will be swapped for an OAuth token stored in /Users/ [USER]/.composer/auth.json, your >password will not be stored.
on Feb 15, 2021. If you are trying to use the same password as used to login to your user profile (web browser GUI), you need to change Authentication method to web auth flow, personal access token or SSH Keys for working with GIi.
5 lis 2021 · What fixed it for me was to open the Credentials Manager of Windows and delete all GitHub-related entries. Then on my next interaction with GitHub, from Visual Studio in my case (should be similar for GitHub CLI), I got a prompt to sign in and after that, it all worked fine.