【发布时间】:2012-03-19 01:17:09
【问题描述】:
我正在尝试安装 cydia 源代码。
$ git clone git://git.saurik.com/cydia.git
$ cd cydia
但是当我输入“./sysroot.sh”时,我得到了这个错误:
-bash: ./sysroot.sh: /usr/bin/env: bad interpreter: Operation not permitted
什么问题?
【问题讨论】:
-
sysroot.sh 有什么作用?你试过以root身份运行它吗? sysroot.sh 有 'x' 模式吗?
-
什么是'x'模式? sysroot 是一个非常大的文件。给你sysroot.sh的代码?
-
向我们展示几行第一行,并检查您的
$PATH上是否有usr/bin/env程序 -
我在 $PATH 中没有 usr/bin/env。