0
저장소를 열려고 할 때 Git을 사용하고있었습니다. Windows7 가상 머신과 쿠분투 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)
감사합니다!
* git-gui *를 사용하고 Tcl 스택 추적에 실제로 실패한'git config' 명령을 실행했음을 보여줍니다. 해당 저장소에서 해당 명령을 실행하고 응답하는 방법을 확인하십시오. 위에서보고 된 디렉토리 경로는 "acuellar"디렉토리 이름에 여러 공백이 추가되어 매우 이상하게 보입니다. 이것은 초기 repo 선택 대화 상자에서 저장소를 선택할 때 분명히 나타났습니다. 실제로 repo에서 git-gui를 사용하지 않았습니다. – patthoyts
내 사용자 계정의 ".gitconfig"문서를 수정했습니다. 그럼 난 자식을 실행할 수있었습니다. 고맙습니다. –