【完美解决】Github action报错remote: Write access to repository not granted.

这篇具有很好参考价值的文章主要介绍了【完美解决】Github action报错remote: Write access to repository not granted.。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

报错及效果图

本解决方案是笔者通过Github action运行项目时报错的解决方案,如果是本地运行报此错,未必有效果。

报错代码

remote: Write access to repository not granted.
fatal: unable to access 'https://github.com/xxx/xxx/': The requested URL returned error: 403
Error: Process completed with exit code 128.

remote: write access to repository not granted. fatal: unable to access 'htt,git,github,git

效果图

在经历N多次尝试后,终于绿了
remote: write access to repository not granted. fatal: unable to access 'htt,git,github,git
最终效果
remote: write access to repository not granted. fatal: unable to access 'htt,git,github,git

解决方案

必要步骤

替换之后打开此链接:https://github.com/xxx/yyy/settings/actions
xxx替换为自己GitHub的用户名,yyy替换为自己仓库的名字
当然也可以直接在该仓库中选择Settings,然后左侧选择Actions,选择General。
拖到下面找到Workflow permissions,按下图示选择,完成后点save即可
remote: write access to repository not granted. fatal: unable to access 'htt,git,github,git

可能有效的步骤

因为我运行的代码里有

 git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}

所以需要添加token
添加方式:通过此链接打开如图所示界面,当然也可以按照左上角黄框路径来选择。https://github.com/settings/tokens?type=beta
remote: write access to repository not granted. fatal: unable to access 'htt,git,github,git
点击Generate new token
这些随便填
remote: write access to repository not granted. fatal: unable to access 'htt,git,github,git
这个根据实际情况,我选的该项目
remote: write access to repository not granted. fatal: unable to access 'htt,git,github,git
Permissions这里要注意修改此项:
remote: write access to repository not granted. fatal: unable to access 'htt,git,github,git
下面此项可能有用,第一遍弄得时候改了access,懒得弄第二遍测试了 为保一次成功,最好弄上。
remote: write access to repository not granted. fatal: unable to access 'htt,git,github,git
然后下面generate token即可。文章来源地址https://www.toymoban.com/news/detail-834623.html

到了这里,关于【完美解决】Github action报错remote: Write access to repository not granted.的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包