赞
踩
生成token
点击github右上角头像,点击settings,然后点击左侧导航栏的Developer Settings,然后点击Personal Access Tokens,然后点击Generate new token,选择仓库的读写权限后点击Generate。
参考:
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
使用token push代码
在本地的git仓库中执行
git remote remove origin
删除现在的远程分支,然后创建新的远程分支(就是你想现在push到的远程仓库)
git remote add origin https://[TOKEN]@github.com/[username]/[repo_name]
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。