在beaglebone debian上安装cloud9

时间:2016-01-13 07:56:18

标签: git build

我试图在debian 8下安装cloud9 on beaglebone。 像这样:

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>...]'

2 个答案:

答案 0 :(得分:0)

你见过你的C9 Ide状态(在某些情况下C9已嵌入debian dist中了吗?)?请尝试以下3个命令:

root@beaglebone:~# systemctl enable bonescript.socket
root@beaglebone:~# systemctl enable cloud9.socket
root@beaglebone:~# systemctl enable bonescript-autorun.service

答案 1 :(得分:0)

问这个问题已经有一段时间了,但是您现在可以使用以下命令安装Cloud 9 IDE:

sudo apt install c9-core-installer

安装后,您可以导航到http://beaglebone:3000/,或者如果不起作用,请使用http://[IP_of_your_BeagleBone]:3000/。 Cloud9 IDE加载需要一段时间。