git fetch が次のエラーで失敗するのはなぜですか:
fatal: The remote end hung up unexpectedly
私は非公開プロジェクトの協力者であり、プロジェクトのフォークに成功しました。githubの例を使用してリモートをセットアップしました:
git remote add upstream git://github.com/{upstream owner}/{upstream project}.git
「git -v show -n アップストリーム」を使用してリモートが追加されたことがわかります
Fetch URL: git://github.com/{upstream owner}/{upstream project}.git
Push URL: git://github.com/{upstream owner}/{upstream project}.git
私は自分のsshキーが機能することを知っています:
ssh -T git@github.com
Hi miketempleman! You've successfully authenticated, but GitHub does not provide shell access.
それでも、アップストリーム リポジトリからローカル リポジトリを更新しようとすると、次のようになります。
mike@ununtu-11:~/{directory}$ git fetch upstream
fatal: The remote end hung up unexpectedly
このようなばかげた質問をお詫びします。