Remote: Nama pengguna atau kata sandi yang tidak valid. 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