2

所以基本上我在我的windows安装上使用了composer,没有任何问题。突然我在每个项目上都遇到了这个错误(手动安装 composer.phar):

  [RuntimeException]                                                           
  Could not rename "Xampp\htdocs\symfony.dev\vendor/twig/twig/fabpot-Twig-  
  70fff8b" to "Users\xxx\AppData\Local\Temp/23cd0cd163431d8305983511f9  
  b1c2af".

我尝试在不同的 php 应用程序上安装或更新。总是一样的结果。

我还尝试通过 Windows 安装程序安装作曲家,这导致我收到此错误消息:

Internal Error [ERR_LOGIC]: An internal script did not run correctly (exit code 1)

到目前为止,我无法获得任何官方帮助。还有其他人遇到过这个错误吗?感谢您的帮助...提前非常感谢!

4

1 回答 1

5

当您运行任何命令或启动 cmd. 您已收到:

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved. 
The system cannot find the path specified.

如果有,请尝试以下操作。

Open the Registry Editor, type regedit and hit Enter
Navigate to HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun 
and clear the values.
于 2014-07-15T03:15:39.590 回答