我試圖從初始化Debian的一個新的GIT回購(實際上是在VirtualBox的虛擬機,安裝在Mac OS X上運行):GIT致命的:模棱兩可的說法「HEAD」:未知修訂或路徑不在工作樹
[[email protected]:~ $] mkdir test
[[email protected]:~ $] cd test
[[email protected]:test $] git init
Initialized empty Git repository in /home/david/test/.git/
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions
[[email protected]:test (master #) $]
什麼問題?
這不應該發生...什麼是git版本?它是如何安裝的? – CharlesB
Git通過apt-get安裝,版本爲1.7.2.5。 – David
它看起來像我在你的shell提示符下使用了一些git命令 - 我想錯誤信息是從那裏來的。 – ebneter