0
我想通過作曲家安裝Typo3-Neos。作曲家:RuntimeException
我按照上市說明:
- 捲曲-s https://getcomposer.org/installer | php(下載作曲家)
- php composer.phar自我更新(已更新)
- php composer.phar創建項目-s測試版typo3/neos-base-distribution Neos-2.0(嘗試下載TYPO3-近地天體)
在以下消息的最後一步顯示出來:
# php composer.phar create-project -s beta typo3/neos base-distribution Neos-2.0
Installing typo3/neos-base-distribution (2.0.0-beta2)
- Installing typo3/neos-base-distribution (2.0.0-beta2)
Cloning f344c0bdc9b2f83341f443c66d460204eaa0afd2
Created project in Neos-2.0
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing composer/installers (v1.0.21)
Loading from cache
Class TYPO3\Flow\Composer\InstallerScripts is not autoloadable, can not call post-package-install script
- Installing symfony/console (v2.7.0)
Loading from cache
Class TYPO3\Flow\Composer\InstallerScripts is not autoloadable, can not call post-package-install script
- Installing symfony/dom-crawler (v2.5.12)
Loading from cache
Class TYPO3\Flow\Composer\InstallerScripts is not autoloadable, can not call post-package-install script
- Installing symfony/yaml (v2.5.12)
Loading from cache
... a few more
Class TYPO3\Flow\Composer\InstallerScripts is not autoloadable, can not call post-package-install script
- Installing doctrine/orm (v2.4.7)
Loading from cache
Class TYPO3\Flow\Composer\InstallerScripts is not autoloadable, can not call post-package-install script
- Installing typo3/eel (3.0.0-beta3)
Cloning 108cd4e87cbdfb1d797a513590a3a77466248f8f
[RuntimeException]
Failed to execute git checkout
'108cd4e87cbdfb1d797a513590a3a77466248f8f' --
&& git reset --hard
'108cd4e87cbdfb1d797a513590a3a77466248f8f' --
fatal: Not a git repository (or any of the parent directories):
.git
在一個博客中撰文描述更新機器的Git版本。我試過了。目前的git版本是(gentoo linux - 列出使用過的標誌):
dev-vcs/git-2.4.1::gentoo USE="blksha1 cgi curl gpg iconv nls
pcre perl python threads webdav -cvs -doc -emacs -gnome-keyring
-gtk -highlight -mediawiki (-ppcsha1) -subversion {-test} -tk
-xinetd" PYTHON_TARGETS="python2_7" 0 KiB
RuntimeException的原因是什麼?作曲家,neos或由於本地配置(php,git,...)的錯誤?
謝謝你的時間!