2013/6/22 Renato <[email protected]> > Ciao, > sto cercando di installare una isanza di plone in OpenShift. Ho delle info > https://github.com/kagesenshi/**plone-openshift-quickstart<https://github.com/kagesenshi/plone-openshift-quickstart> > ma non ci riesco :-( > > è come se (a prima vista) io non abbia dei token per poter accedere in > modo sicuro alla mia area OpenShift. > ________________________ > git pull -s recursive -X theirs upstream master > > Permission denied (publickey). > fatal: The remote end hung up unexpectedly
Il tuo problema deriva dal fatto che Izhar ha scritto le istruzioni pensando che chi le leggesse avesse configurato l'accesso a github con chiave ssh <https://help.github.com/articles/generating-ssh-keys>. Se nel seguire le istruzioni usi git remote add upstream -m master https://github.com/kagesenshi/plone-openshift-quickstart.git invece di git remote add upstream -m master [email protected]: kagesenshi/plone-openshift-quickstart.git non dovresti avere quel problema. Silvio
_______________________________________________ Plone-IT mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-plone-it http://plone-regional-forums.221720.n2.nabble.com/Plone-Italy-f221721.html
