简体   繁体   English

如何在WebStorm>版本控制视图>日志选项卡上修复“无显示”

[英]How to fix “Nothing to show” on WebStorm > Version Control view > log tab

Steps: 脚步:

  1. After doing some git rebase operations and deleting a branch with git branch -D 在执行一些git rebase操作并使用git branch -D删除git branch -D
  2. On Version Control view, log tab, no data is shown 在“版本控制”视图的“日志”选项卡上,未显示任何数据
  3. Pressing Refresh will quickly show the log data, then it goes back to "Nothing to show", and no Git log data is shown 按Refresh将快速显示日志数据,然后返回到“ Nothing to show”,并且不显示Git日志数据。

https://youtrack.jetbrains.com/issue/WEB-20024 https://youtrack.jetbrains.com/issue/WEB-20024

The message "warning: refname 'HEAD' is ambiguous." 消息“警告:refname'HEAD'不明确。” was shown on the Console, so the fix was renaming the ambiguous local HEAD branch with git branch -m HEAD HEAD_TMP 在控制台上显示,因此此修复程序是使用git branch -m HEAD HEAD_TMP 重命名歧义的本地HEAD分支

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在 Intellij Idea 中查看本地更改和登录版本控制选项卡 (git) 中的信息 - Can't view info in Local Changes and Log on Version Control tab (git) in Intellij Idea 对于Git中的合并提交,WebStorm的VCS“日志选项卡”的“更改的文件”窗格显示了什么? - What does the “Changed Files” pane of the VCS “Log Tab” of WebStorm show for merged commit in Git 如何在 WebStorm 编辑器中检查来自版本控制系统 (git) 的远程传入更改? - How to check the remote incoming changes from Version Control System (git) in WebStorm Editor? 如何在IntelliJ中显示git日志视图? - How to show git log view in IntelliJ? Visual Studio Code中类似WebStorm的版本控制 - WebStorm-like version control in Visual Studio Code IntelliJ版本控制历史记录日志 - IntelliJ Version Control History Log 如何仅在 IDEA 版本控制选项卡中查看所选模块的 git 日志? - How to see git logs only for selected module in IDEA version control tab? 如何解决Webstorm 9.0.2更新changes:fatal ..中的git错误? - How to fix this git error in Webstorm 9.0.2 updating changes:fatal..? WebStorm - 当通过版本控制提交时替换整个文件而不是特殊更改 - WebStorm - when commit by version control replace whole file instead of special changes 如何仅从版本控制日志中复制Android Studio的提交消息 - How to copy only the commit messages of Android Studio from log of Version Control
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM