【发布时间】:2012-08-11 07:02:48
【问题描述】:
此命令用于获取文件并编译它们:
git clone a-valid-git-url
例如:
git clone git://cfdem.git.sourceforge.net/gitroot/cfdem/liggghts
但是,git status(或任何其他 git 命令)随后会给出上述fatal: Not a git repository (or any of the parent directories) 错误。
我做错了什么?
【问题讨论】:
-
签出代码在
liggghts目录下。
标签: git repository clone git-clone git-status