有人知道如何在Windows中设置作曲家缓存目录吗?
我正在从git hook运行“ composer install”,我得到了:
remote: Cannot create cache directory C:/Windows/system32/config/systemprofile/AppData/Local/Composer/rremote: s---packages.drupal.org-8/, or directory is not writable. Proceeding without cache
远程:无法创建
我在网站上为.exe安装程序安装了composer。文档https://getcomposer.org/doc/06-config.md#cache-dir说它应该指向C:\ Users \\ AppData \ Local \ Composer。
答案 0 :(得分:1)
Composer具有cache-dir
配置,可以更改缓存文件夹的路径。您实际上是否尝试过更改缓存目录?也许Composer会以某种方式错误地解析默认的缓存文件夹。
您也可以尝试更改COMPOSER_HOME
环境变量。