git init
或git init --bare
给了我:
git init --bare
Usage: git COMMAND [OPTIONS] [TARGET]
git command 'init' not found: commands are:
add archimport bisect branch checkout cherry-pick clone commit
count-objects cvsimport diff fetch format-patch log ls-remote
merge-one-file octopus parse-remote prune pull push rebase relink rename
repack request-pull reset resolve revert sh-setup status tag verify-tag
我只想创建一个空的回购开头。但是我得到了这个错误......
想法?
答案 0 :(得分:4)
你的git安装中有些病。您应该删除它并从最初从中获取它的任何源重新安装它,以及任何依赖项。
git init
不仅仅是核心,它是git核心最基本的部分之一。找不到它是......糟糕的,没有合理或正确的原因。