What I Want
I want to clone the JSONKit repo from Github.
The Problem
% git clone git://github.com/johnezang/JSONKit.git
Cloning into JSONKit...
fatal: The remote end hung up unexpectedly
What I've Tried
Cloning another read only repo
git clone git://github.com/kgn/KGNoise.git
For example, works perfectly.
Other Details
My git version is 1.7.5.4