我在windows端无法用git commit -am的方式提交
来源:5-6 git初始化
			sd1700092
2017-06-22
D:\IdeaProject\mmall>git commit -am 'first commit init project'
fatal: Paths with -a does not make sense.
如果我换成git commit -m 'first commit init project'
error: pathspec 'commit' did not match any file(s) known to git.
error: pathspec 'init' did not match any file(s) known to git.
error: pathspec 'project'' did not match any file(s) known to git.
这个怎么办,怎么和老师教得不一样啊
写回答
	1回答
- 
				
				
hi同学你好是这样的
在windows下 要用 双引号。再试试。
062018-08-11 
相似问题