Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过发出以下命令来运行提交:
git commit -m "commit message"
终端窗口有时会挂起,我无法找出问题的根源。重新启动计算机后挂起消失,但最终又回来了。
我正在使用 OSX 10.6.8。我在使用其他命令(例如添加、推送)时没有遇到此问题
这种挂起的原因可能是什么,我该如何解决这个问题?
使用 -a 不是一个好主意,因为即使您没有明确添加它们,它也会添加所有文件。
要问的一个问题是,repo 有很多文件吗?
建议只添加您想要的文件。然后就做
git commit -m "Hello commit"