xxxxxxxxxx
git remote remove origin
git remote add origin https://[TOKEN]@github.com/[REPO-OWNER]/[REPO-NAME]
git push
xxxxxxxxxx
# After pushing the first time, do this
# Enable caching for 7200 seconds (2 hours)
git config --global credential.helper 'cache --timeout 7200'