原文地址:https://blog.csdn.net/qq_42625211/article/details/81636929
Git错误提示之:fatal: Not a git repository (or any of the parent directories): .git
解决方法:操作之前执行以下命令行: git init
使用gitbash拉取github托管的项目到本地
原文:https://www.cnblogs.com/yerikm/p/10946056.html