-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checkout@v4: remote: git: 'lariat' is not a git command #1916
Comments
I came here because I'm getting the exact same error in a workflow that's triggered by a cron schedule. The run that ran 1 hour earlier was successful using the same /edit: just found this: https://www.githubstatus.com/incidents/q3xqwmcxzkqq |
Appears to be a symptom of this incident: https://www.githubstatus.com/incidents/q3xqwmcxzkqq |
The issue seems to be resolved, but it seems as if there was some race condition that should be fixed, so I keep this issue open. |
👋 This was due to a GitHub status incident and not directly an issue with this action or how it functions. |
But can you explain how the command line that was executed was changed? This seems to have the potential to execute arbitrary commands on the runner which in fact could be considered a security risk. |
@leongross these are commands run on the remote Git server, not on the runner itself. The status incident has more details
|
I see, thank you for clarifying. |
In the
u-root
project we use (presumably) the latest version ofcheckout@v4
in our CI. The CI failed once with the following error:After re-running the ci (more precisely
git commit --amend --no-edit && git push -f
)The text was updated successfully, but these errors were encountered: