Joseph Morgan
Published in : 2021-07-28
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 https://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 https://PERSONAL_TOKEN_HERE@GIT_URL_HERE.git
and that's all hope you can figure out this issue
Joseph Morgan Date : 2021-07-28
That works! thank you for your help
Join our community and get the chance to solve your code issues & share your opinion with us
Sign up Now