top of page
Search

Authentication failed to do git push

  • Writer: Author
    Author
  • Jun 28, 2020
  • 1 min read

Steps to fix:

  1. Creating a GitHub personal access token.

  2. In the upper-right corner of any page, click your profile photo, then click Settings.

  3. In the left sidebar, click Developer settings.

  4. In the left sidebar, click Personal access tokens.

  5. Click Generate new token.

  6. Give your token a descriptive name.

  7. Select the scopes, or permissions, you’d like to grant this token. To use your token to access repositories from the command line, select repo.

  8. Click Generate token.

  9. Copy the token to your clipboard. For security reasons, after you navigate off the page, you will not be able to see the token again.

  10. Using a token on the command line.

  11. Once we have a token, we can enter it instead of our password when performing Git operations over HTTPS. Just inter your token after prompted a password and then watch the magic happen…:

Reference:

 
 
 

Recent Posts

See All
Download videos from PluralSight

Source: https://www.quora.com/Tutorials-How-can-I-download-PluralSight-training-videos Ahmad Ismail, Software Artisan & Bookworm Updated...

 
 
 

Comments


Post: Blog2_Post

Subscribe Form

Thanks for submitting!

  • LinkedIn

©2020 by There Is No Spoon. Proudly created with Wix.com

bottom of page