rooftopcms / rooftop-cms

Rooftop CMS is an API-first WordPress CMS for developers and content creators
http://www.rooftopcms.com
GNU General Public License v3.0
220 stars 23 forks source link

composer install error - "Could not read from remote repository" #22

Open camilloaddis opened 8 years ago

camilloaddis commented 8 years ago

Hi, when I try to run composer install, it throws this error:

[RuntimeException]                                                                                                 
Failed to execute git clone --no-checkout 'git@bitbucket.org:errorstudio/rooftop-hosted-hooks.git' 'web/app/mu-plugins/rooftop-hosted-hooks/' && cd 'web/app/mu-plugins/rooftop-hosted-hooks/' && git remote add composer 'git@bitbucket.org:errorstudio/rooftop-hosted-hooks.git' && git fetch composer
Cloning into 'web/app/mu-plugins/rooftop-hosted-hooks'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.

Is it me or there's an error? How can I fix it? Thanks

edtjones commented 8 years ago

Hi @camilloaddis sorry about that! We have a private git repo with some stuff in for the hosted service at www.rooftopcms.com - things like generating CNAMEs on Cloudflare and S3 buckets. We haven't released only because it's not really generically applicable.

I will talk to @foxpaul about a better way to deploy that without messing up the public composer.json. In the short term, clone the repo and remove that line from the public/composer.json.

camilloaddis commented 8 years ago

Thanks! The installation worked without problems, but after all vagrant setup, if you go to http://rooftop-cms.dev it falls in a redirect loop (http://rooftop-cms.dev/wp-signup.php?new=rooftop-cms.dev)…

edtjones commented 8 years ago

Hi @camilloaddis I didn't reply to this - sorry :-( I hope you found the answer - which is that you need to remove all the querystring params and then you'll be able to log in. Haven't got to the bottom of why it happens.

shaabans commented 8 years ago

Hi @edtjones, I'm seeing the same redirect issue that @camilloaddis mentioned, and removing the query string does not resolve it. No matter what valid URL I try, it keeps ending up back at that same URL (http://rooftop-cms.dev/wp-signup.php?new=rooftop-cms.dev). Do you have any further hints?

edtjones commented 8 years ago

Hi Sam

Hmm. Definitely something off there. Will investigate by spinning up from scratch as soon as I can (or @foxpaul can). As a temporary measure I could share a db dump from a working install?

Ed

Sent from my phone: please forgive the brevity.

Ed Jones

On 9 May 2016, at 21:17, Sam notifications@github.com wrote:

Hi @edtjones, I'm seeing the same redirect issue that @camilloaddis mentioned, and removing the query string does not resolve it. No matter what valid URL I try, it keeps ending up back at that same URL (http://rooftop-cms.dev/wp-signup.php?new=rooftop-cms.dev). Do you have any further hints?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub

shaabans commented 8 years ago

Hey Ed, that would be great. We've been trying to get Rooftop fired up for a few days, and love the idea of using a WP-based tool that all our frontend devs use if we can get it running.

hhsnopek commented 8 years ago

This error is still present on master

jalbstmeijer commented 6 years ago

Same issue here