Skip to content

No anonymous write access #23115

Nov 13, 2021 · 19 comments · 1 reply
Discussion options

You must be logged in to vote

I just solved this problem.

1st Step enable two-factor authentication

  • Go to GitHub Account settings
  • Account Security
  • Enable Two-factor authentication

2nd step Personal access tokens

  • Go to GitHub Developer settings
  • Personal access tokens then generate token

Important notes

  1. Every time when we need to use a GitHub password, we must need to use Personal access tokens Instead of the git password.
  2. Personal access tokens need to save it in a text file in your machine because only one time we see the access token.

I’m using Linux, so for the git push, I’m running this command sudo git push Instead of git push.

Replies: 19 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Cedric921
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment