git Gitblit 推送被拒绝的原因未显示在 intelij-idea 中
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/34284986/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Gitblit push rejected reason not shown in intelij-idea
提问by luca.p.alexandru
If I add a hook that rejects a push, on Eclipse or other git client, the reject message is shown.
However if I am using intelij-idea, the reject reason is not shown.
如果我在 Eclipse 或其他 git 客户端上添加拒绝推送的钩子,则会显示拒绝消息。
但是,如果我使用 intelij-idea,则不会显示拒绝原因。
Can this be configured to also show in JIdea?
这可以配置为也显示在 JIdea 中吗?
回答by CodeWizard
You need to open the version control tool
您需要打开版本控制工具
The tool window consists of several tabs:
工具窗口由几个选项卡组成:
Console tab:
控制台选项卡:
This tab shows the results of executing VCS-related commands.
此选项卡显示执行 VCS 相关命令的结果。
Update Info tab:
更新信息选项卡:
This tab becomes available when local information is synchronized with the server.
当本地信息与服务器同步时,此选项卡可用。