- error: There was a problem with
- AndroidStudio 使用gradle依赖过程出现的问题
- 打包失败Error:A problem was found wi
- Could not resolve all dependenci
- Error:A problem was found with
- android vm error解决方法
- Error:A problem was found with t
- Could not find commons-codec.jar
- Typescript error TS2693: 'Pr
- SVO_SLAM compiling error (withou
error: There was a problem with the editor 'vi'.
Not committing merge; use 'git commit' to complete the merge.
git merge 的时候不能自动完成了,出现如上的报错信息。
解决方案:
git config --global core.editor $(which vim)
网友评论