udoprog / c10t

A minecraft cartography tool
Other
225 stars 50 forks source link

Cloning as described in documentation doesn't work #246

Closed Sworddragon closed 12 years ago

Sworddragon commented 12 years ago

The README.md says:

git clone git://github.com:udoprog/c10t.git

But this gives me the following error:

Cloning into 'c10t'... fatal: unable to connect to github.com: github.com: Servname not supported for ai_socktype

But replacing the : with / works fine:

git clone git://github.com/udoprog/c10t.git