<!-- For any Git related or intermittent issues, please enable output channel logging by setting `"gitlens.outputLevel": "debug"` in your settings.json. This will enable logging to the `GitLens` and `GitLens (Git)` channels in the Output pane. Once enabled, please attempt to reproduce the issue (if possible) and attach the log lines from both channels. --> - GitLens Version: `v11.4.1` - Git Version: `git version 2.31.1` <!-- Use Help > Report Issue to prefill these. --> - VSCode Version: ``` 1.55.2 3c4e3df9e89829dce27b7b5c24508306b151f30d x64 ``` - OS Version: `Linux hsz-pc 5.4.114-1-MANJARO #1 SMP PREEMPT Wed Apr 21 14:34:53 UTC 2021 x86_64 GNU/Linux` Steps to Reproduce: 1. Right click a folder of git repo, select `Open Folder History ` Expected: 1. Show Folder History Actually: 1. Popup an error tips on right-bottom, its content is: ``` cannot open file:///<the path>/%2A. Detail: 无法读取文件'<the path>/*' (Error: 无法解析不存在的文件"<the-path>/*") ``` > `<the path>` is the folder path > `无法读取文件` means `cannot read file` > `无法解析不存在的文件` means `cannot parse a file that does not exist`