I'm using multiple computers (Mac, Linux, and windows) so today I get surprised with the new way of pushing, pulling, or cloning a repo from GitHub.
when I'm trying to push my project I keep getting this error:
remote: Password authentication is temporarily disabled as part of a brownout. Please use a personal access token instead.
remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information.
fatal: unable to access 'https://github.com/barimehdi77/Philosophers.git/': The requested URL returned error: 403
after multiple searches, I found this article Creating a personal access token, I created the token but the problem is how can I change the oldest password from my computers (I'm cloning, pushing and pulling form a public repo so I don't need to set my password every time).