2016-01-13 133 views
1

即时通讯设法在debian 8下安装cloud9在beaglebone上。 像这样:在beaglebone debian上安装cloud9

git clone https://github.com/rcn-ee/bb.org-cloud9-core.git 
cd bb.org-cloud9-core/ 
./build.sh 

,但我得到这个错误,不知道如何解决这个问题:

From https://github.com/c9/c9.ide.language 
* [new branch]  c9   -> origin/c9 
* [new branch]  master  -> origin/master 
fatal: ambiguous argument 'c2740d0254': unknown revision or path not in the working tree. 
Use '--' to separate paths from revisions, like this: 
'git <command> [<revision>...] -- [<file>...]' 

回答