本文地址:
1 fatal: Not a git repository (or any of the parent directories): .git
解决方案: git init
2 error: pathspec ‘windows’ did not match any file(s) known to git
解决方案:1. 新建文件夹为windows
2. git add windows
微信扫一扫
本文地址:
1 fatal: Not a git repository (or any of the parent directories): .git
解决方案: git init
2 error: pathspec ‘windows’ did not match any file(s) known to git
解决方案:1. 新建文件夹为windows
2. git add windows
相关推荐