I have an existing GitHub repo checked out locally on my Mac. Because of Git requiring personal access tokens, I created one using the instructions here -- https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token . However, when I try and push my local changes, I'm not prompted for a token ...
$ git push
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.
fatal: unable to access 'https://github.com/myrepo/maps.git/': The requested URL returned error: 403
How do I set up my local repo to use the token I just created?