【Git】推送Github失败:remote: Permission to xxx/*.git denied to xxx

在github上,创建了token,推送代码报没权限

bash 复制代码
#设置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权限功能的)

推送成功

相关推荐
康一夏9 分钟前
Git Commit 规范实践:Angular Commit 规范 + Commitlint 自动化验证
git·自动化·commit msg·commit规范
逛逛GitHub2 小时前
把最新开源的 2B 端侧模型接入 DeepSeek Harness,有点子神奇。
github
Boop_wu3 小时前
[redis] redis 快速入门
数据库·redis·github
LayZhangStrive4 小时前
Git - 使用IDEA和git上传本地项目到Gitee远程仓库
git·gitee·idea
m4Rk_4 小时前
【论文阅读】Agent 记忆机制(63):SAMem——把经验记忆细化为带长期价值的状态—Thought
论文阅读·人工智能·学习·开源·github
云泽8084 小时前
Git 版本控制系统(上):架构原理与操作入门
linux·git·架构
绝世唐门三哥5 小时前
Git - git stash 语法演进与实战指南
前端·git
海盗12345 小时前
AI 新闻日报 2026-09-07:GitHub 多模型编排、OpenClaw 2.0 多智能体、人形机器人破人类纪录
人工智能·机器人·github
u1301305 小时前
GitHub 热榜项目:日榜(2026-09-07)
github
QUOR5 小时前
ZorvAI 可视化小卡片:七层自研 Canvas 渲染引擎架构全解析
github