Remote: nom d'utilisateur ou mot de passe non valide. github mac

Create new personal token in your github account at

Settings -> Developer Settings -> Personal access token -> Generate Token

Change your remote url with:

git remote set-url origin https://[token]@github.com/[username]/[repository]
Sergiu The Man