googlearchive / drive-dredit

[DEPRECATED] DrEdit, a Google Drive SDK sample text editor app.
Apache License 2.0
182 stars 229 forks source link

Typo in the Python Docs: Broken Command #20

Closed ghost closed 10 years ago

ghost commented 10 years ago

The instructions in the Python README have a typo.

git clone git@github.com:googledrive/dredit.git
                        ^
rakyll commented 10 years ago

Not a typo, a valid SSH clone URL.

ghost commented 10 years ago

Oh. Sorry. My bad. It still didn't work though. Changing the colon to a slash did. Permission was denied as the key was bad. Not sure what the issue was.

rakyll commented 10 years ago

What's your git version? Are you using a different git client rather than the git's official cli? It works fine for everyone, see http://git-scm.com/book/ch4-1.html

ghost commented 10 years ago

No; I used regular git. I'm pretty sure it was something on my end now. Sorry for the noise.