fortuity / rails3-mongoid-devise

Deprecated. Use the new version at https://github.com/RailsApps.
285 stars 27 forks source link

Permission denied (publickey). when doing git clone git@github.com:fortuity/rails3-mongoid-devise.git #11

Closed mrichman closed 13 years ago

mrichman commented 13 years ago
mark@macpro:rails# git clone git@github.com:fortuity/rails3-mongoid-devise.git
Initialized empty Git repository in /Users/mark/Sites/rails/rails3-mongoid-devise/.git/
Warning: Permanently added the RSA host key for IP address '207.97.227.239' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly            
fortuity commented 13 years ago

Thanks for alerting me to this error in the documentation. I had provided the "read/write" link where the "read only" link is correct. Try

git clone git://github.com/fortuity/rails3-mongoid-devise.git

I've updated the documentation to correct this.