Git Push failed wegen GitHub Action
See original GitHub issueDieser Commit scheint Schwierigkeiten zu machen, wenn man lokal einen Git-Branch erstellt hat und diesen in seinen GitHub-Fork von portfolio pushen will.
Diese Fehlermeldung erscheint dann:
! [remote rejected] master -> master (refusing to allow an OAuth App to create or update workflow `.github/workflows/main.yml` without `workflow` scope)
error: failed to push some refs to 'https://github.com/sebasbaumh/portfolio'
Anscheinend versucht er da etwas mit den GitHub Actions zu machen, obwohl ich da nichts aktiviert habe - trotzdem reagiert er auf die main.yml
…
Hast Du da eventuell eine Idee dazu?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:13 (10 by maintainers)
Top Results From Across the Web
Error in git push github actions · Discussion #25710 · community
This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint:...
Read more >Handle failed push error when head falls behind #209 - GitHub
This error can crop up if another action has committed since your current ... The Action will not do a git pull before...
Read more >GitHub Actions deployment error: "Git push failed" · Issue #4336
Bug Report I am trying to use GitHub actions to automatically build my documentation from the main branch (docs/ folder) and deploy it...
Read more >remote: Permission to git denied to github-actions[bot]. #96
Hi, I am trying to push changes but like you will see it fails due to some errors. Test run is here: https://github....
Read more >Push issue · Issue #44 · ad-m/github-push-action
This is usually caused by another repository pushing hint: to the same ref. You may want to first integrate the remote changes hint:...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sebasbaumh Ich glaube du kannst das Ticket schließen, es scheint auch bei mir zu funktionieren.
Euch beiden einen guten Rutsch und Gruß
Das wäre dann auch die Lösung @buchen :
workflow
Authentication
->Add
einen Eintrag für SourceTree hinzuRefresh Password
und dort das generierte Personal Access Token einfügen@Ragas13 wenn das für Dich auch funktioniert, könnten wir dieses Ticket hier schließen. Bei mir hat das funktioniert.