zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
607 stars 76 forks source link

[BUG]“Show Blame Details ” doesn't work anymore #562

Closed Liuyutong1021 closed 4 months ago

Liuyutong1021 commented 4 months ago

Describe the bug In the current "IntelliJ IDEA Ultimate 2024.1.4" version, the "Show Blame Details" feature does not work properly

To Reproduce Clicking on any line in the code does not display the commit information for this line

Expected behavior The latest commit information for any selected row should be displayed

Plugin version 5002.12+233

IDE version IntelliJ IDEA 2024.1.4 (Ultimate Edition) Build #IU-241.18034.62, built on June 21, 2024 授权给 Tencent Technology (Shenzhen) Co., Ltd.

Runtime version: 17.0.11+1-b1207.24 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11.0 GC: G1 Young Generation, G1 Old Generation Memory: 4068M Cores: 16 Registry: documentation.show.toolbar=true ide.experimental.ui=true Non-Bundled Plugins: Batch Scripts Support (1.0.13) com.intellij.zh (241.271) com.intellij.plugins.visualstudio2022keymap (241.14494.150) Rider UI Theme Pack (0.14.11) CMD Support (1.0.5) com.tang (1.4.13-IDEA241) ai.codegeex.plugin (2.12.1-223) zielu.gittoolbox (500.2.12+233) Kotlin: 241.18034.62-IJ

zielu commented 4 months ago

Hi, what happens when you invoke it from line context menu ? GitToolBox > Show Blame Details. Are there any exceptions in the logs?

Liuyutong1021 commented 4 months ago

Hi, what happens when you invoke it from line context menu ? GitToolBox > Show Blame Details. Are there any exceptions in the logs?

Where can I see the log? I didn't see any abnormality when I switched this option, but this function didn't respond at all.

zielu commented 4 months ago

You can find the logs via two IDE actions: Help > Show Log or Help > Open Log

Liuyutong1021 commented 4 months ago

idea-logs-20240726-1415214363452899307761033.zip

Liuyutong1021 commented 4 months ago

idea-logs-20240726-1415214363452899307761033.zip

This is the log I exported. Please help me see what happened.

zielu commented 4 months ago

Hi, I examined at the logs and it looks like there might be something wrong with the git repository based on amount of errors visible. I'd recommend cloning it anew.

Liuyutong1021 commented 4 months ago

OK, thank you very much for your help! I will try to solve the problem according to your request.

Liuyutong1021 commented 4 months ago

Thanks a lot for your help, after I recreated my workspace everything worked fine!