I'm having the same problem. It's so frustrating!
I am stuck on step 2
$ bundle install --binstubs
Fetching
https://github.com/bborn/communityengine.git
error: SSL certificate problem, verify that the CA cert is OK.
Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate
verify failed while accessing
https://github.com/bborn/communityengine.git/info/refs
fatal: HTTP request failed
Git error: command `git clone '
https://github.com/bborn/
communityengine.git' "/usr/local/lib/ruby/gems/1.8/cache/bundler/git/
communityengine-1c6c2e4fe27e7076ccdb1830fb18f56723468c60" --bare --no-
hardlinks` in directory /Users/tanebaker/development/trailhed01 has
failed.
I tried editing my gemfile to read:
gem 'community_engine' , :git => '
https://github.com/bborn/
communityengine.git', :branch => 'rails3'
same error.
Any help is appreciated.
ruby 1.8.7, rails 3.2.3