在beaglebone debian上安装cloud9

问题描述:

即时通讯设法在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>...]' 

你见过你的C9井状态(在某些情况下,C9已经嵌入的debian DIST)?试试以下3条命令:

[email protected]:~# systemctl enable bonescript.socket 
[email protected]:~# systemctl enable cloud9.socket 
[email protected]:~# systemctl enable bonescript-autorun.service