What should I do to fix a 403 error when pushing to a new branch in a git repo?

This topic was automatically generated from Slack. You can find the original thread here.

Perhaps a silly question, but I’m getting a 403 on a git push on a new branch I made to fix some broken documentation links (/limits should be /docs/limits in a bunch of places). Is there something I need to do to be allowed to push to a new branch in the repo?

Hi , thanks for your help. You don’t have write permission to Pipedream repo, so you can’t create a new branch as well as pushing code to it.

You’ll need to folk Pipedream repo into your account, then push the code to a new branch in your folk. Then create a PR to merge your folk to Pipedream main repo. You can follow this Github tutorial here: Fork a repo - GitHub Docs