公司网站报价手机网站 代码格式
git remote set-url origin https://<githubtoken>@github.com/<username>/<repositoryname>.git
在私有仓库的HTTPS的url上加入<githubtoken>@即为token url,可以免ssh key登录
git remote set-url origin https://<githubtoken>@github.com/<username>/<repositoryname>.git
在私有仓库的HTTPS的url上加入<githubtoken>@即为token url,可以免ssh key登录