git pull时出现vim窗口的解决办法
Posted Runlin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git pull时出现vim窗口的解决办法相关的知识,希望对你有一定的参考价值。
最近常用到git来push代码到origin development分支上,也出现了几次vim窗口,防止忘记还是记录下来比较好;
首先按ESC键退出编辑状态,然后按shift+;键,再按wq!保存退出,按q!则为不保存退出;
建议大家在编辑或者修改代码之前先pull一下oirign的代码,在push之前也要pull一下代码,可以减少一些不必要的麻烦。当然也可以按下面的操作先保存操作,pull之后再把保存的恢复。
以上是关于git pull时出现vim窗口的解决办法的主要内容,如果未能解决你的问题,请参考以下文章
执行Git命令时出现各种 SSL certificate problem 的解决办法
git上传时出现ERROR: Repository not found.的解决办法
执行Git命令时出现各种 SSL certificate problem 的解决办法
android studio提交到开源git时出现:fatal: refusing to merge unrelated histories的解决办法
git clone 时出现fatal:unable to access 如下情况报错及解决办法
使用git往github上提交代码时出现[packet_write_wait connection to xx.xx.xx.xx Broken pipe]错误的解决办法