There are no staged files (Git提交出错)-yellowcong

最近心血来潮了,觉得代码啥的,放在Github上比较好,别老放在自己的硬盘里,要是那天电脑爆了,我找谁哭去啊,但是我发现了一个淡腾的问题,Github是真尼玛慢啊,但是相对于国内的码云coding这两个代码托管非常的棒,无论是速度还是功能,都不差于Github,但是在我提交代码的时候,遇到了一个小问题There are no staged files

代码提交

There are no staged files (Git提交出错)-yellowcong

出现右侧的代码提交框,这事没有修改前的

There are no staged files (Git提交出错)-yellowcong

提示信息There are no staged files

There are no staged files (Git提交出错)-yellowcong

解决办法

Window->Preferences->Team->Git->Committing

There are no staged files (Git提交出错)-yellowcong

取消那个选项后,我们的提交界面就变得非常熟悉了

There are no staged files (Git提交出错)-yellowcong