问题描述: 使用​​git add​​添加一个文件名带空格的文件会报错: fatal: pathspec '‘demo copy’ did not match any files

解决方法: 文件名两端加上双引号即可, 比如​​git add "demo copy"​