https経由でgit cloneしたら「error: RPC failed; result=18, HTTP code = 200iB」的な怒られ方をした時の話

まえにhttps経由でとあるリポジトリを古い環境にcloneした時のことを書いた。http://d.hatena.ne.jp/tadasy/20130904/1378299371この時に確かもう一つハマっていたことがあって、それが表題の件。 $ git clone https://github.com/sampleProject/hoge.git Cloning into 'hoge'... Username for 'https://github.com': <ユ…