Replies: 4 comments 2 replies
-
It's saying that the HEAD of your branch is behind the remote branch. You need to do a pull request from the remote repo before you can push so that the HEAD branch from your current branch and the HEADF from the remote branch have the same info and are integrated so that they are on the same HEAD. |
Beta Was this translation helpful? Give feedback.
-
This error occurred because workflows are not permitted to create pull requests. The restriction can probably be circumvented by running shell scripts instead of commands. |
Beta Was this translation helpful? Give feedback.
-
You can change the permissions in the repo's settings. Delete the new branch and then re-run the 'Step 0, Start' action. That gets things back on track. |
Beta Was this translation helpful? Give feedback.
-
This error occurred because the env |
Beta Was this translation helpful? Give feedback.
-
I'm doing the
Introduction to GitHub
from the GitHub skills (https://github.com/skills/introduction-to-github) and receiving the below error message. Can someone please help me?Beta Was this translation helpful? Give feedback.
All reactions