How to use github token

git remote set-url origin https://<githubtoken>@github.com/<username>/<repositoryname>.git

 

Add <githubtoken> @ to the HTTPS url of the private warehouse, which is the token url, which can log in without ssh key

Guess you like

Origin blog.csdn.net/qq_27403925/article/details/131964979