Answers for "remote: please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: authentication failed for 'https://github.com/username1189/mcq-first-deploytest.git/'"

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-12-15-token-authentication-requirements-for-git-operations/ for more information. fatal: authentication failed for 'https://github.com/username1189/mcq-first-deploytest.git/'"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language