0

当我尝试打开存储库时,我正在使用 Git。那是在 Windows7 虚拟机和作为主机的 Kubuntu 13.04 之间的共享文件夹上。Git突然关闭,那是在控制台中:

Error in startup script: child process exited abnormally
while executing
"exec /usr/lib/git-core/git-config --global --unset gui.recentrepo {^/home/acuellar        /MÁquinas Virtuales/CompartidaC#/BS2-BASE2\.Utils$}"
("eval" body line 1)
invoked from within
"eval exec $opt $cmdp $args"
(procedure "git" line 23)
invoked from within
"git config --global --unset gui.recentrepo "^$p\$""
(procedure "_unset_recentrepo" line 3)
invoked from within
"_unset_recentrepo $p"
(procedure "_get_recentrepos" line 7)
invoked from within
"_get_recentrepos"
(procedure "choose_repository::pick" line 82)
invoked from within
"choose_repository::pick"
invoked from within
"if {[catch {
            set _gitdir $env(GIT_DIR)
            set _prefix {}
            }]
    && [catch {
            # beware that from the .git dir this sets _gitdir to .
            # and _prefix t..."
(file "/usr/lib/git-core/git-gui" line 1234)

谢谢!

4

1 回答 1

0

patthotys提供的答案对我有用,请阅读上面的评论。

于 2017-03-21T10:40:18.357 回答