产生原因:一般是没有初始化git本地版本管理仓库,所以无法执行git命令

解决方法:操作之前执行以下命令行:  git init 初始化git,即可解决:

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

 

相关文章:

  • 2021-05-25
  • 2022-12-23
  • 2021-08-07
  • 2021-06-03
  • 2021-05-19
  • 2021-08-14
  • 2021-09-30
  • 2022-12-23
猜你喜欢
  • 2022-01-12
  • 2021-10-31
  • 2022-12-23
相关资源
相似解决方案