wsl ubuntu windows 终端 git

wsl ubuntu windows 终端 git

我使用 Windows 10,刚刚安装了 wsl 终端,我之前使用过 ubuntu 发行版。我在我的路由器上使用 openwrt 固件,我做了自己的编译构建,通常一切都很完美,但我尝试从 Windows 中通过 wsl 终端进行编译,没问题,但我总是遇到同样的错误,也许你们中的一些人可以帮我?谢谢


sed -i "s/Installed-Time: .*/Installed-Time: 1637254284/" /home/james/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/root-mvebu/usr/lib/opkg/status
rm -rf /home/james/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/root-mvebu/boot /home/james/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/root-mvebu/tmp/* /home/james/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/root-mvebu/usr/lib/opkg/info/*.postinst* /home/james/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/root-mvebu/usr/lib/opkg/lists/* /home/james/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/root-mvebu/var/lock/*.lock
find /home/james/openwrt/build_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi**/root-mvebu/ -mindepth 1 -execdir touch -hcd "@1637254284" "{}" +
find: The relative path 'Files/WindowsApps/CanonicalGroupLimited.UbuntuonWindows_2004.2021.825.0_x64__79rhkp1fndgsc' is included in the PATH environment variable, which is insecure in combination with the -execdir action of find.  Please remove that entry from $PATH
make[2]: *** [package/Makefile:73: package/install] Error 1**
make[2]: Leaving directory '/home/james/openwrt'
make[1]: *** [package/Makefile:111: /home/james/openwrt/staging_dir/target-arm_cortex-a9+vfpv3-d16_musl_eabi/stamp/.package_install] Error 2
make[1]: Leaving directory '/home/james/openwrt'
make: *** [/home/james/openwrt/include/toplevel.mk:230: world] Error 2
[1]+  Done                    make download

相关内容