Я следую инструкциям на github для создания репо, но все, кроме настройки удаленных, работает.Мне сказали запустить следующий код, но git fetch upstream возвращает следующее fatal: The remote end hung up unexpectedly
Что является причиной этого, и кто-то может объяснить, что означает настройка удаленных устройств.
$ cd Spoon-KnifeChanges the active directory in the prompt to the newly cloned "Spoon-Knife" directory
$ git remote add upstream git://github.com/octocat/Spoon-Knife.gitAssigns the original repo to a remote called "upstream"
$ git fetch upstream