0
点赞
收藏
分享

微信扫一扫

git 常见错误整理以及解决方案

舟海君 2022-08-05 阅读 136


本文地址:

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


举报

相关推荐

0 条评论