前几天用git发现老有这个问题:error: pathspec ‘xxxx’’ did not match any file(s) known to git
后来找了半天才发现在Windows中,提交消息应使用双引号(git commit -m "xxxx"而不是git commit -m ‘xxxx’),单引号在Windows中不起作用。
咳咳~原来怎么简单
如果能帮到你麻烦给我点个赞再走哟~~
来源:CSDN
作者:我爱吃橙子~
链接:https://blog.csdn.net/qq_31044379/article/details/104760121