cozy-labs / cozy-light

Personal Server Made Easy
http://cozy-labs.github.io/cozy-light/
GNU Affero General Public License v3.0
104 stars 13 forks source link

cozy-light install-distro personal-cloud failed #64

Closed markh8888 closed 9 years ago

markh8888 commented 9 years ago

Running 'cozy-light install-distro personal-cloud' and failed with:

cozy-light install-distro personal-cloud

info - Cozy Light | Start distribution installation for personal-cloud info - Distros | Installing plugins... info - Cozy Light | Installing plugin cozy-labs/cozy-light-simple-dashboard... npm WARN git config --get remote.origin.url returned wrong result (git://github.com/cozy-labs/cozy-light-simple-dashboard) undefined npm WARN git config --get remote.origin.url returned wrong result (git://github.com/cozy-labs/cozy-light-simple-dashboard) undefined npm WARN git config --get remote.origin.url returned wrong result (git@github.com:cozy-labs/cozy-light-simple-dashboard) undefined npm WARN git config --get remote.origin.url returned wrong result (git@github.com:cozy-labs/cozy-light-simple-dashboard) undefined npm ERR! git clone git@github.com:cozy-labs/cozy-light-simple-dashboard undefined npm ERR! git clone git@github.com:cozy-labs/cozy-light-simple-dashboard undefined { [Error: not found: git] code: 'ENOGIT' } error - Cozy Light | Cannot find given plugin manifest. error - Cozy Light | Make sure it lives on Github error - Cozy Light | or in the given directory. error - Cozy Light | cozy-labs/cozy-light-simple-dashboard installation failed. not found: git error - Cozy Light | An error occured while installing your distribution

Anyone has the same issue?

frankrousseau commented 9 years ago

HI @markh8888. Thank you for the bug report! It looks like you have a problem with your Git installation. On which OS are you running it? Which version of git is installed on your machine?

maboiteaspam commented 9 years ago

@markh8888 , yes seems you do not have GIT setup on your machine. Please check https://github.com/cozy-labs/cozy-light#install

markh8888 commented 9 years ago

Got it. git is not in the PATH. Works now, Thanks.

frankrousseau commented 9 years ago

Great! @markh8888 I have a question: on which hardware do you run it?

By the way, that would be awesome if you share your feedback of Cozy Light here or on the Cozy forum: http://forum.cozy.io

PS: Thx @maboiteaspam for the help!

markh8888 commented 9 years ago

Running on a PC Engines apu system board (AMD G series T40E CPU) with 64bit Linux customized from "Linux from Scratch".


On Thu, 1/15/15, Frank Rousseau notifications@github.com wrote:

Subject: Re: [cozy-light] cozy-light install-distro personal-cloud failed (#64) To: "cozy-labs/cozy-light" cozy-light@noreply.github.com Cc: "markh8888" markh8888@yahoo.com Date: Thursday, January 15, 2015, 7:10 AM

Great! @markh8888 I have a question: on which hardware do you run it?

By the way, that would be awesome if you share your feedback of Cozy Light here or on the Cozy forum: http://forum.cozy.io

PS: Thx @maboiteaspam for the help!

— Reply to this email directly or view it on GitHub.

frankrousseau commented 9 years ago

Ok thx @markh8888.