IntelliJ IDEA 中 使用 Git拉取代码失败 Your local changes to the following files would be overwritten by merge. Please,commit your changes or stash them before you can merge.
当你拉取代码的时候,如果遇见这个问题,同时如果你当地没有要提交到远程的代码,那么你可以直接用命令行输入 git stash,按回车后重新拉取代码。
如果你本地有要提交到远程的代码,那么请注意先保存再git stash。