标签: git
我尝试提交更改并继续这样做:
# On branch master nothing to commit (working directory clean)
我做:
git add . git commit -a -m "test"
然后在我可以执行git push
答案 0 :(得分:2)
就像消息所说的那样,它看起来似乎没有添加到缓存的更改,更不用说提交任何内容了。执行git status以查看是否存在更改(不应该存在)。
git status