菜鸟笔记
提升您的技术认知

错误提示fatal: Paths with -a does not make sense.

在git推送至远程仓库时出现error:

fatal: Paths with -a does not make sense.

解决方案:
在Windows下,准确的git commit -am “注释”必须使用双引号。即

git commit -am “注释(提交)说明”