试图创建新的/空的git repo,git不知道“init”

时间:2012-03-16 19:43:40

标签: git

git initgit 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

我只想创建一个空的回购开头。但是我得到了这个错误......

想法?

1 个答案:

答案 0 :(得分:4)

你的git安装中有些病。您应该删除它并从最初从中获取它的任何源重新安装它,以及任何依赖项。

git init不仅仅是核心,它是git核心最基本的部分之一。找不到它是......糟糕的,没有合理或正确的原因。