Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Please
ADD COMMENT
Topic
Name
3+4 =