question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Git Push failed wegen GitHub Action

See original GitHub issue

Dieser 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:13 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
ghostcommented, Dec 29, 2019

@sebasbaumh Ich glaube du kannst das Ticket schließen, es scheint auch bei mir zu funktionieren.

Euch beiden einen guten Rutsch und Gruß

1reaction
sebasbaumhcommented, Dec 28, 2019

Das wäre dann auch die Lösung @buchen :

  • Man erstellt sich unter https://github.com/settings/tokens ein Personal Access Token für SourceTree
  • Dabei aktiviert man das Recht workflow
  • In SourceTree fügt man unter Authentication -> Add einen Eintrag für SourceTree hinzu
    • Host: GitHub
    • Preferred Protocol: HTTPS
    • Authentication: Basic
    • Username: GitHub-Username
  • Dann Refresh 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found