Pilot: nieprawidłowa nazwa użytkownika lub hasło. 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