在Drupal 8中安装模块时Composer抛出git错误

时间:2018-09-13 06:05:48

标签: git composer-php drupal-8

我正在尝试通过composer安装模块。它在drupal 8中引发了运行时异常

  

安装失败,将./composer.json恢复为其原始内容。

[RuntimeException]
Failed to execute git clone --no-checkout"https://git.drupal.org/project/coder.git" 
"C:\xampp\htdocs\d8-demo\vendor\drupal\coder" && \\
cd /D "C:\xampp\htdocs\d8-demo\vendor\drupal\coder" && \\
git remote add composer "https://git.drupal.org/project/coder.git" && git fetch composer
Cloning into 'C:\xampp\htdocs\d8-demo\vendor\drupal\coder'...
error:  waitpid for fetch-pack failed: No child processes

1 个答案:

答案 0 :(得分:0)

运行composer更新以确保您安装了最新版本的composer。

如果您在Windows上,请确保以管理员身份运行GIT。