exo-addons / cloud-drive-extension

eXo Cloud Drive extension
10 stars 14 forks source link

permission denied when trying to git cloud-drive-extension #30

Closed fitbodylife closed 9 years ago

fitbodylife commented 9 years ago

this is the error i get

OS name: "linux", version: "3.16-0.bpo.2-amd64", arch: "amd64", family: "unix" bitnami@bitnami-exoplatform-eee5:/opt/bitnami/apache-tomcat$ cd .. bitnami@bitnami-exoplatform-eee5:/opt/bitnami$ git clone git@github.com:exo-addons/cloud-drive-extension.git fatal: could not create work tree dir 'cloud-drive-extension'.: Permission denied bitnami@bitnami-exoplatform-eee5:/opt/bitnami$ sudo git clone git@github.com:exo-addons/cloud-drive-extension.git Cloning into 'cloud-drive-extension'... Permission denied (publickey).

fitbodylife commented 9 years ago

i'm also getting this error

The project org.exoplatform.addons:exo-clouddrive-parent:1.1.0-SNAPSHOT (/home/bitnami/cloud-drive-extension/pom.xml) has 1 error [ERROR] Non-resolvable parent POM: Could not find artifact org.exoplatform.addons:addons-parent-pom:pom:4 in central (http://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 24, column 11 -> [Help 2]

pnedonosko commented 9 years ago

Hello,

First your error is about Git permissions for file-system. Check with the OS level access policies if you want code/build from sources.

Second error is about Maven2 configuration. All eXo add-ons require the parent POM artefact which I believe lives on eXo Maven Central which should be added to your Maven settings.xml.

You also can install Cloud Drive from binaries. It is more quick if you don't need change the add-on code. If you use Platform 4.0.x then download the add-on version 1.1.0-RC3 from eXo Community and install via extension.sh. If Platform 4.1.x user use addon tool (with key --unstable to see the Cloud Drive) and install version 1.2.0-RC1.

pnedonosko commented 9 years ago

Closed as outdated.