Remoto: nome de usuário ou senha inválidos. 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