git错集

时间:2021-05-28 03:35:35

2018年12月20日22:26:01

fatal:not a git repository ( or any of the parent directories ) : .git

这个错误出现在首次下载项目以后,没有进入git分支,提示不是一个git库,因此需要初始化一下git ,执行命令:git init 即可解决。

--未完待续。