标签:writable without tar ima sudo 文件 ges code ffffff
环境 ubuntu 16.04composer.json
文件,引入包:{
"require": {
"phpoffice/phpspreadsheet": "^1.3"
}
}
composer require phpoffice/phpspreadsheet
vendor
文件夹如果出现目录没有写入权限,需要授权下
Cannot create cache directory /home/xiaoke/.composer/cache/repo/https---packagist.org/, or directory is not writable. Proceeding without cache
Cannot create cache directory /home/xiaoke/.composer/cache/files/, or directory is not writable. Proceeding without cache
进入 .composer 文件夹
sudo chmod -R 777 cache/
标签:writable without tar ima sudo 文件 ges code ffffff
原文地址:http://blog.51cto.com/13523022/2136441