
Hello, I need some help with my local git config. Of course I forked "backintime" via the GitHub web-frontend. And after that I cloned my fork to my local machine. No I try to configure the "remotes". for "upstream" I used the URL that is offered by the web-frontend. But it seems to doesn't work. I also tried the http-url instead of the git@. git remote -v origin git@github.com:buhtzz/backintime.git (fetch) origin git@github.com:buhtzz/backintime.git (push) upsream git@github.com:bit-team/backintime.git (fetch) upsream git@github.com:bit-team/backintime.git (push) upsream2 https://github.com/bit-team/backintime.git (fetch) upsream2 https://github.com/bit-team/backintime.git (push) But this doesn't succeed: git pull upstream fatal: 'upstream' does not appear to be a git repository fatal: Konnte nicht vom Remote-Repository lesen. Bitte stellen Sie sicher, dass die korrekten Zugriffsberechtigungen bestehen und das Repository existiert. And I also only see the "remote" branches but not "upstream" or "upstream2". git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/gocrypt remotes/origin/incorp-bit-search remotes/origin/master remotes/origin/patch-1 remotes/origin/patch-2 remotes/origin/series1.0 remotes/origin/series1.1 remotes/origin/series1.2 remotes/origin/traack_fix_snapshot_test remotes/origin/traack_fixup_devnull remotes/origin/traack_gui_test Any idea how to fix this? Kind and good night. Christian
participants (2)
-
c.buhtz@posteo.jp
-
python@altfeld-im.de