A few hours ago i had no problems with my remote repository (GitHub) then a few hours later i got this warring message on the commande line when tried to push my commits 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/Adems/Omi.git/': The requested URL returned error: 403
I actually generated my GitHub PAT and tried to reconnect to my remote repo using git clone but it copies directly the repo and doesn't show anything to enter my PAT. Could someone help me out with this please?
Asked
Active
Viewed 1,308 times
1

Mukhtar
- 35
- 7
-
here is a quick solution https://youtu.be/iKf8-hhdWjs – VedantK Aug 20 '21 at 07:58
1 Answers
2
- Create a Personal Access Token for your account. See here to create your PAT
Your PAT should start with ghp_
Open you
Keychain Access
app, search forgithub
& delete your existing saved passwordsGo back to your terminal & try pushing your commit, it should prompt for your user name & password. Now, try entering your PAT in place of your usual GitHub password/passphrase.

Mithra Singam
- 1,905
- 20
- 26