git commit失败

 

1.使用命令  git rm test.txt 删除版本库中文件,

   下一步:git commit 提交

   出现如图:

git commit失败

 

这是因为没有同时提交信息,即:git commit -m "这里是信息",

即上面红色部分,添加就不会出现提示了,

 

上面的界面退出     输入命令 :wq    即可

posted @ 2018-08-21 12:10 00000000O 阅读(...) 评论(...) 编辑 收藏

相关文章:

  • 2022-12-23
  • 2021-10-05
  • 2022-01-06
  • 2021-06-15
  • 2022-12-23
  • 2021-07-29
猜你喜欢
  • 2022-12-23
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2021-06-21
  • 2021-11-15
相关资源
相似解决方案