flagbit / Magento-FilterUrls

Module that adds speaking URLs to layered navigation links
72 stars 28 forks source link

Modman installation is broken #6

Open riker09 opened 10 years ago

riker09 commented 10 years ago

When I try to install this module I'm getting this error:

user@host:~/htdocs$ modman clone https://github.com/Flagbit/Magento-FilterUrls.git
Cloning into Magento-FilterUrls...
remote: Counting objects: 845, done.
remote: Compressing objects: 100% (319/319), done.
remote: Total 845 (delta 239), reused 831 (delta 225)
Receiving objects: 100% (845/845), 100.96 KiB, done.
Resolving deltas: 100% (239/239), done.
Submodule 'packager' (git@github.com:Flagbit/Magento-Packager.git) registered for path 'packager'
Cloning into packager...
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Clone of 'git@github.com:Flagbit/Magento-Packager.git' into submodule path 'packager' failed
Error trying to clone new module 'Magento-FilterUrls', operation cancelled.

Installing the module Flagbit_Packager prior to the FilterUrls module has no effect.

drlrdsen commented 10 years ago

Hello,

to me this seems as if you have a problem with you github communication in general. Can you please try to clone any other project and try again?

Best regards, Michael

Von: Volker Thiel [mailto:notifications@github.com] Gesendet: Montag, 16. Dezember 2013 11:18 An: Flagbit/Magento-FilterUrls Betreff: [Magento-FilterUrls] Modman installation is broken (#6)

When I try to install this module I'm getting this error:

user@host:~/htdocs$ modman clone https://github.com/Flagbit/Magento-FilterUrls.git

Cloning into Magento-FilterUrls...

remote: Counting objects: 845, done.

remote: Compressing objects: 100% (319/319), done.

remote: Total 845 (delta 239), reused 831 (delta 225)

Receiving objects: 100% (845/845), 100.96 KiB, done.

Resolving deltas: 100% (239/239), done.

Submodule 'packager' (git@github.com:Flagbit/Magento-Packager.gitmailto:git@github.com:Flagbit/Magento-Packager.git) registered for path 'packager'

Cloning into packager...

Permission denied (publickey).

fatal: The remote end hung up unexpectedly

Clone of 'git@github.com:Flagbit/Magento-Packager.git' into submodule path 'packager' failed

Error trying to clone new module 'Magento-FilterUrls', operation cancelled.

Installing the module Flagbit_Packager prior to the FilterUrls module has no effect.

— Reply to this email directly or view it on GitHubhttps://github.com/Flagbit/Magento-FilterUrls/issues/6.


Flagbit GmbH & Co. KG Michael Türk

Griesbachstr. 10 D-76185 Karlsruhe Tel: +49 (721) 914 348 - 11 Fax: +49 (721) 914 348 - 99

http://www.flagbit.de

michael.tuerk@flagbit.de

Flagbit GmbH & Co. KG Registergericht Mannheim HRA 701167 mit Sitz in Karlsruhe Finanzamt: Karlsruhe-Stadt - UStIDNr.: DE255910373

Komplementärin: Flagbit Verwaltungsgesellschaft mbH Registergericht Mannheim HRB 702554 mit Sitz in Karlsruhe Geschäftsführer: Jörg Weller, Frederic Gaus

riker09 commented 10 years ago

Yes, cloning and installing other projects works just fine, for example https://github.com/riconeitzel/VertNav.git

drlrdsen commented 10 years ago

Hello,

when I just clone that repository, everything seems to work fine: Michael.Tuerk@LAFLA10011 ~/phpstormprojects/test $ git clone https://github.com/Flagbit/Magento-FilterUrls.git Cloning into 'Magento-FilterUrls'... remote: Counting objects: 845, done. remote: Compressing objects: 100% (319/319), done. remote: Total 845 (delta 239), reused 831 (delta 225) Receiving objects: 100% (845/845), 100.96 KiB, done. Resolving deltas: 100% (239/239), done.

I am no Modman expert. What else does modman clone do?

Best regards, Michael

Von: Volker Thiel [mailto:notifications@github.com] Gesendet: Montag, 16. Dezember 2013 11:32 An: Flagbit/Magento-FilterUrls Cc: Michael Türk Betreff: Re: [Magento-FilterUrls] Modman installation is broken (#6)

Yes, cloning and installing other projects works just fine, for example https://github.com/riconeitzel/VertNav.git

— Reply to this email directly or view it on GitHubhttps://github.com/Flagbit/Magento-FilterUrls/issues/6#issuecomment-30650482.


Flagbit GmbH & Co. KG Michael Türk

Griesbachstr. 10 D-76185 Karlsruhe Tel: +49 (721) 914 348 - 11 Fax: +49 (721) 914 348 - 99

http://www.flagbit.de

michael.tuerk@flagbit.de

Flagbit GmbH & Co. KG Registergericht Mannheim HRA 701167 mit Sitz in Karlsruhe Finanzamt: Karlsruhe-Stadt - UStIDNr.: DE255910373

Komplementärin: Flagbit Verwaltungsgesellschaft mbH Registergericht Mannheim HRB 702554 mit Sitz in Karlsruhe Geschäftsführer: Jörg Weller, Frederic Gaus

riker09 commented 10 years ago

Doing a normal git clone yielded no error. I could've thought of that myself. Oh well...

I'm very new to modman as well and I am far from being an expert on this matter. I just thought since the module has modman support everything will work out-of-the-box. If this feature (modman support) was contributed the original author should be contacted. Sorry, but I don't have the time right now to dig into this further. Thanks for your help so far. Feel free to close the ticket.

pbrouwers commented 8 years ago

Got the same issue, the submodule gives a permission denied.