我们在使用Windows php的Cgywin中,因此必须在Windows 10中将路径翻译为警告

时间:2019-01-08 08:12:06

标签: windows-10 laravel-blade jigsaw cmder

我试图遵循本教程 https://gist.github.com/dfontana/3e27ec5ea3a6f935b7322b580d3df318

但是我迷路了,现在我在Windows 10中遇到这种错误,同时尝试在Windows 10 pc中使用刀片语法运行静态站点生成器的拼图

D:\www\jigsaw-projects\test-site
λ php .\vendor\bin\jigsaw

dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../tightenco/jigsaw" && pwd)

if [ -d /proc/cygdrive ] && [[ $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then
   # We are in Cgywin using Windows php, so the path must be translated
   dir=$(cygpath -m "$dir");
fi

"${dir}/jigsaw" "$@"``` 

这是完整的错误。我可以寻求帮助吗?

0 个答案:

没有答案