我正在尝试编译自己的包并使用git clone。
root@LEDE:/mnt/sda1/lede-sdk-17.01.2-ar71xx-nand_gcc-5.4.0_musl-1.1.16.Linux-x86_64/package# git https://...
-ash: git: not found
所以我在USB驱动器上安装了git:
root@LEDE:~# opkg install -d usb git
已成功安装。
但是我尝试运行git时,它返回了相同的消息:
-ash: git: not found
即使已安装在USB上:
root@LEDE:~# opkg install git
Package git (2.11.0-1) installed in usb is up to date.
您需要在$ path变量中包含安装程序的路径,或者通过调用可执行文件的完整路径来运行该可执行文件。我不确定usb文件夹位于何处,但它可能是usb/git clone example.com
或/usb/git clone example.com