FamousArchives / examples

[DEPRECATED]
214 stars 74 forks source link

Updated README fixes #25 #26

Closed fczuardi closed 10 years ago

fczuardi commented 10 years ago

to use the read-only version in the cloning example

fczuardi commented 10 years ago

the cloning thing is a real issue, changint to http didnt fix this, closing the PR

dmvaldman commented 10 years ago

I'm surprised it didn't fix the problem. What was wrong?

tvararu commented 10 years ago

Perhaps lack of public key configuration, as in examples#27. Cloning with recursive does use SSH whether you like it or not, from the looks of it.

MylesBorins commented 10 years ago

You need to add http+ssh

On Apr 25, 2014, at 12:28 PM, Theodor Văraru notifications@github.com wrote:

Perhaps lack of public key configuration, as in examples#27. Cloning with recursive does use SSH whether you like it or not, from the looks of it.

— Reply to this email directly or view it on GitHub.

MylesBorins commented 10 years ago

31 also solves this problem