我正试图通过Curl安装Laravel,以便像这样在码头上使用Laravel
curl -s https://laravel.build/example-app | bash但我知道这个错误
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 947 0 947 0 0 947 0 --:--:-- --:--:-- --:--:-- 1835
: ambiguous redirect
-bash: line 2: $'\r': command not found
-bash: line 35: syntax error: unexpected end of file我为什么要得到这个,怎么解决它?
https://stackoverflow.com/questions/70475084
复制相似问题