Closed
Description
I am trying to push changes from my partial fork to the main fork and then open a PR against the main fork. I am getting odd git errors I've never seen before:
ubuntu@ip-172-31-35-201 ~/c/miri (josh)> git push -u josh-oli josh
Enumerating objects: 40345, done.
Counting objects: 100% (40345/40345), done.
Delta compression using up to 96 threads
Compressing objects: 100% (13648/13648), done.
Writing objects: 100% (40345/40345), 9.54 MiB | 6.07 MiB/s, done.
Total 40345 (delta 28201), reused 37473 (delta 25565)
remote: Resolving deltas: 100% (28201/28201), done.
remote: josh-proxy
remote: response from upstream:
remote: Reference "refs/heads/josh" does not exist on remote.
remote: If you want to create it, pass "-o base=<basebranch>" or "-o base=path/to/ref"
remote: to specify a base branch/reference.
remote:
remote:
remote:
remote: error: hook declined to update refs/heads/josh
To http://localhost:8000/oli-obk/rust.git
! [remote rejected] josh -> josh (hook declined)
Is there a better way to sync changes back?
Metadata
Metadata
Assignees
Labels
No labels