Joseph Morgan
28 Jul 2021
General
What are these errors mean? and why I cannot access my repo using
sudo git pull
can anyone help?
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
Joseph Morgan
28 Jul 2021
That works! thank you for your help
© 2023 Copyrights reserved for web-brackets.com