本文介绍了IntelliJ IDEA Cmd + Shift + A(查找操作)导致错误日志:在标题为"apropos"的黄色终端中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
合并/重新设置分支时,通常按cmd + shift + A并搜索解决冲突".
此操作每个会话一次,如果第二次执行此操作,则会弹出以下错误日志,并且cmd + shift + A窗口将立即关闭.
一种解决方法是关闭项目并重新打开它(每次我需要解决冲突时).
有人知道是什么原因造成的,我该如何解决?
解决方案
有一个官方
When merging/rebasing branches I usually press cmd+shift+A and search "Resolve conflicts".
This works once per session and if I do it a second time the following error log pops up, and the cmd+shift+A window closes immediately.
A workaround is to close the project and reopen it (each time I need to resolve conflicts).
Anyone know what is causing this and how I can fix it?
解决方案
There is an official FAQ document for this problem:
这篇关于IntelliJ IDEA Cmd + Shift + A(查找操作)导致错误日志:在标题为"apropos"的黄色终端中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!