git commit -am '*屏蔽设置缓存' htdocs/s.php

fatal: Paths with -a does not make sense.

 

应该用下面的这样。

git commit -m '*屏蔽设置缓存' htdocs/s.php

 

相关文章: