Unable to push to new branch?

Hello all. Just created a bugreport. client: missing zlib link dependency causes unresolved externals with static libarchive · Issue #234 · traintastic/traintastic · GitHub

I have a fix for this and wanted to push my bugfix/234 branch. But that is a no can do..
Any ideas what I’m doing wrong?

git.exe push --set-upstream --progress  – “origin” “bugfix/234”
remote: Permission to traintastic/traintastic.git denied to 113Bom.
fatal: unable to access ‘https://github.com/traintastic/traintastic.git/’: The requested URL returned error: 403

git did not exit cleanly (exit code 128) (875 ms @ 2026-07-23 15:17:19)

Well. Stupid me. I’ll answer this myself, in case some other noob does the same..

Solution:
Fork the Traintastic repo

  1. Set your remote to the forked repo
  2. Set the Traintastic repo as “upstream”
  3. Commit your changes, push to your forked repo
  4. Make a PullRequest from the forked repo
1 Like