When you are trying to push, pull, or clone a repo from Github, you may be facing against this warning:
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.The requested URL returned error: 403
Simply, the reason that you are facing against this error message is because Github no longer supports password authentication. But, it is SUPER EASY to solve this issue.
All you need to do is
- Go to
KeyChain Access
2. Search Github.com
3. Update Show Password
from your password
TO Your Personal Token
If there’s any problems updating to your token, feel free to leave a message below!