-
Dont have a problem running on github.com but using github enterprise on a private repo using a self hosted runner i get an error. Any ideas where to start troubleshooting? Does this suggest git is not configured proprerly? Or does the action not work properly in this environment?
here is the error |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
What do your log files say? Error code 128 is generic, the real error is usually right above it and points to an issue in the git workflow. |
Beta Was this translation helpful? Give feedback.
-
@JamesIves So unsure if this is an environment issue or an action issue. I dont understand what this means. Is this a credentials issue? |
Beta Was this translation helpful? Give feedback.
It should be in a git repository based on the earlier actions/checkout step. Is one of your earlier steps wiping out the actual git repository data?