remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information.
#1. Generate access-token from Github 
# Settings->Developer Settings->Personal access tokens->Generate new token
#2. Update URL for origin locally: 
git remote set-url origin https://<token>@<git_url>.git
