【经验分享】【Github】Error: Action failed with “The process ‘/usr/bin/git‘ failed with exit code 128“
·
最近在部署GitHub pages时报了这样一个错误:
Error: Action failed with "The process '/usr/bin/git' failed with exit code 128"
通过翻阅资料找到解决办法:
首先打开Actions报错的仓库,找到仓库下的settings->Actions->General

往下翻找到Workflow permissions,勾选下面的选项即可

返回Actions,重新部署即可成功

更多推荐
所有评论(0)