【问题标题】:fatal: destination path '/var/cpanel/easy/apache/custom_opt_mods/Cpanel already exists and is not an empty directory致命:目标路径'/var/cpanel/easy/apache/custom_opt_mods/Cpanel 已经存在并且不是空目录
【发布时间】:2014-07-15 01:28:28
【问题描述】:

我正在尝试安装https://github.com/pagespeed/cpanel

当我:

git clone https://github.com/pagespeed/cpanel.git /var/cpanel/easy/apache/custom_opt_mods/Cpanel/

我收到以下错误:

致命:目标路径'/var/cpanel/easy/apache/custom_opt_mods/Cpanel 已存在且不是空目录

知道如何解决这个问题并安装模组吗?任何帮助,请逐步解释,因为我是一个正在尝试学习的新手:

提前致谢

【问题讨论】:

    标签: linux git apache cpanel mod-pagespeed


    【解决方案1】:

    答案在这里... $> cp -r Cpanel/* /var/cpanel/easy/apache/custom_opt_mods/Cpanel/ 中有一个错字应该是 $> cp -r cpanel/* /var/cpanel /easy/apache/custom_opt_mods/Cpanel/ https://github.com/pagespeed/cpanel/issues/13

    【讨论】:

      猜你喜欢
      • 2015-09-26
      • 1970-01-01
      • 1970-01-01
      • 2018-10-25
      • 1970-01-01
      • 2019-11-09
      • 2017-02-05
      • 2013-10-13
      • 2023-03-20
      相关资源
      最近更新 更多