git
Hi, When I trying to clone release 5.6.0-HF31 I have this error python clone.py release-5.6.0-HF31
$> git fetch origin
$> git checkout --track -b release-5.6.0-HF31 origin/release-5.6.0-HF31 -q
fatal: Cannot update paths and switch to branch ...
0 votes
1 answers
0 comments
1715 views
Being completely new to git I followed the Nuxeo-provided instructions to download Nuxeo sources. Then I tried to run “mvn eclipse:eclipse” and that failed almost immediately because maven was looking for the 5.5.0-HF1-SNAPSHOT build in the ...
0 votes
1 answers
2 comments
1626 views
I installed the latest version of Python (3.2.x) in order to run the Nuxeo-provided clone.py to clone the Nuxeo 5.5 source (as described here ). When I run the “python clone.py” command I get the following error (which maybe related to EOL ...
0 votes
1 answers
1 comments
1993 views
Hi, I try to get nuxeo 5.4.1 sources with the new github. I got an error in cloning nuxeo-gwt; Cloning nuxeo-gwt...
$> git clone http://github.com/nuxeo/nuxeo-gwt.git
Cloning into nuxeo-gwt...
fatal: ...
0 votes
2 answers
3 comments
1564 views