在github上,创建了token,推送代码报没权限
#设置token
git remote set-url origin <your.token>@github.com/<your.name>/hello-git.git
#推送代码
#git push -u origin main
remote: Permission to xxx/hello-git.git denied to xxx.
fatal: unable to access 'https://github.com/xxx/hello-git.git/': The requested URL returned error: 403
解决:在生成token时,需要勾选repo下面这些权限
(ps: 很久很久没用github了,一直用gitee,依稀记得之前是没有这些token权限功能的)文章来源:https://www.toymoban.com/news/detail-766414.html
推送成功
文章来源地址https://www.toymoban.com/news/detail-766414.html
到了这里,关于【Git】推送Github失败:remote: Permission to xxx/*.git denied to xxx的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!