Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的主机上推送我的Symfony 2.8 项目。但是当我执行
cap deploy:setup
我收到此错误:
failed: "sh -c 'mkdir -p /test/ /test/releases /test/shared'" on ftp.cluster003.hosting.ovh.net
你有这个问题的答案吗?
目标目录 ( /test/*) 需要可由执行cap命令的用户写入。
/test/*
cap
你需要先创建它sudo mkdir /test。
sudo mkdir /test