【发布时间】:2016-12-03 10:01:55
【问题描述】:
我正在关注tutorial 来构建一个机器人。步骤 7 说:
git init
git add .
git commit --message 'hello world'
heroku create
git push heroku master
但是,当我执行 git commit --message 'hello world' 时,我收到以下错误消息错误:
pathspec 'world'' 与 git 已知的任何文件都不匹配。
我该如何解决这个错误?
【问题讨论】: