Answers for "remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information."

1

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
Posted by: Guest on July-28-2021

Code answers related to "remote: Please see https://github.blog/2020-07-30-token-authentication-requirements-for-api-and-git-operations/ for more information."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language