Skip to content

Instantly share code, notes, and snippets.

@codedeep79
Created April 4, 2022 03:35
Show Gist options
  • Select an option

  • Save codedeep79/a3b66143175edbb81871652bb0b5e28e to your computer and use it in GitHub Desktop.

Select an option

Save codedeep79/a3b66143175edbb81871652bb0b5e28e to your computer and use it in GitHub Desktop.
Errror of git push in Ubuntu: Support for password authentication was removed. Please use a personal access token instead
  • Go to your GitHub Account settings
  • Click Developer Settings
  • Select Personal Access
  • Generate a token with the given permissions, e.g.,
  • Now git pull inside your Git repository
  • Provide a username and the generated token as a password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment