user

Joseph Morgan

28 Jul 2021

Password authentication is temporarily disabled as part of a brownout.

General

Password authentication is temporarily disabled as part of a brownout. please use a personal token,

URL returns 403 unauthorized 

What are these errors mean? and why I cannot access my repo using

sudo git pull 

can anyone help?

Comments

Mohamed Atef

28 Jul 2021

Best Answer

best answer
githubgithubgithub

Hi Joseph, this error happens because your ‘git remove’ needs to use a personal token instead of your personal password to apply the command so you need to go to //github.com/settings/tokens then generate a new personal token and allow the repo like this screenshot then you will get a personal access token,and then update the URL of the remote access using this command 

sudo git remote set-url origin //PERSONAL_TOKEN_HERE@GIT_URL_HERE.git

and that's all hope you can figure out this issue 

 

Replies

Joseph Morgan

28 Jul 2021

That works! thank you for your help

© 2024 Copyrights reserved for web-brackets.com