我正在运行drush make并收到以下错误
Directory /Applications/MAMP/htdocs/geoslate/sites/default exists, but is not writable. Please check directory permissions. [error]
Unable to copy /tmp/make_tmp_1365076314_515d695acefc3/__build__/sites/default to ./sites/default. [error]
Cannot move build into place
我不是终端权限方面的专家,你能不能给我一个给写入权限的目录。我试过chmod -w / Applications / MAMP / htdocs / geoslate / sites / default和chmod u + x / Applications / MAMP / htdocs / geoslate / sites / default
答案 0 :(得分:1)
chmod +w <directory> solved the problem