*GitKraken 7.7.1 已解决此问题,如果问题仍然存在,请参见下文。
今天使用 GitKraken 7.7.0 弹出此问题。应用程序错误日志或 repo 日志中从未有任何似乎指向特定原因或来源的内容,但我今天和之前已经通过以下方式解决了这个问题(不会丢失任何配置设置):
去->
AppData\Roaming\.gitkraken\profiles\[your profile]\profile
或
~/.gitkraken/profiles/[your profile]/profile
备份此配置文件或在文本编辑器中将其打开以撤消更改。
在文本编辑器中打开“配置文件”并删除 tabInfo -> tabs ->
下有问题的 repo 条目
{
"tabInfo": {
"tabs": [
{ <--- DELETE
"id": "", <--- DELETE
"type": "", <--- DELETE
"repoName": "", <--- DELETE
"repoPath": "" <--- DELETE
}, <--- DELETE
],
"selectedTabId": ""
}
}
每当我这样做并在 GitKraken 中重新打开有问题的存储库时,它都会解决无休止的加载问题。
或
根据 Borhan Kazimipour 的回答,并根据 GitKraken Support 的反馈,在 repo 目录上一个简单的git gc 可以解决问题。