Installation
Closed this issue · 2 comments
defec8edc0de commented
Thanks for the great work, but I had some problem during installation...
Why is the recommended gem installation this way:
gem "active_material", git: "git@github.com:vigetlabs/active_material.git"
and not this way?
gem "active_material", git: "https://github.com/vigetlabs/active_material.git"
I got a Permission Denied (publickey) error while try to run bundle...
This link helped me to solve the issue:
Fail: Permission denied from GitHub on bundle install
nhunzaker commented
No good reason. We should actually probably do:
gem "active_material", github: "vigetlabs/active_material"
What do you prefer?
defec8edc0de commented
I would prefer indeed your recommendation :-)