What am I doing wrong? I've tried to follow the steps in this stackoverflow answer:
❯ git clone https://github.com/spacedriveapp/spacedrive
❯ git checkout -b mine
❯ git remote add disroot git://git.disroot.org/hirrolot19/Jedi_Archives.git
❯ git remote -v
disroot git://git.disroot.org/hirrolot19/Jedi_Archives.git (fetch)
disroot git://git.disroot.org/hirrolot19/Jedi_Archives.git (push)
origin https://github.com/spacedriveapp/spacedrive (fetch)
origin https://github.com/spacedriveapp/spacedrive (push)
❯ git branch mine --set-upstream-to=disroot/spacedrive
fatal: the requested upstream branch 'disroot/spacedrive' does not exist
hint:
hint: If you are planning on basing your work on an upstream
hint: branch that already exists at the remote, you may need to
hint: run "git fetch" to retrieve it.
hint:
hint: If you are planning to push out a new local branch that
hint: will track its remote counterpart, you may want to use
hint: "git push -u" to set the upstream config as you push.
hint: Disable this message with "git config advice.setUpstreamFailure false"