이 답변 을 따라 Cygwin에서 GUI 응용 프로그램을 실행하는 데 따른 문제를 해결했습니다. 지금까지는 괜찮아 보이지만 열려고 gitk
하면 여기에 git 저장소를 찾을 수 없다는 불만이 있습니다. 그래도 올바른 폴더에 서서 콘솔에서 git을 실행하면 작동합니다.
누구나 고치는 방법을 알고 있습니까?
콘솔에 다음을 입력합니다. gitk
그리고 내가 얻는 결과는 다음과 같습니다.
0 [main] wish8.5 2260 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x520000) != child(0x410000)
0 [main] wish8.5 4332 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x520000) != child(0x560000)
0 [main] wish8.5 4716 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x520000) != child(0x410000)
0 [main] wish8.5 4724 child_info_fork::abort: C:\cygwin\bin\libtcl8.5.dll: Loaded to different address: parent(0x520000) != child(0x410000)
@me_and 죄송합니다
—
starcorn
gitk
. 입력 결과를 게시했습니다 . 다른 두 명령에서 git
git 사용법에 대한 다른 옵션을 얻습니다. 그리고 git rev-parse --show-toplevel
현재 디렉토리 위치는 git 저장소입니다.
나는 실행 문자 그대로의 출력을 의미
—
me_and
type gitk
하고 type git
콘솔에서,하지만 오류 출력은 무슨 일이 일어나고 있는지 운동에 충분했다. 앞으로 도움을 요청하려면 이와 같은 오류 출력이 처음에 질문에 포함시키는 것이 실제로 유용합니다!
type gitk
,type git
그리고git rev-parse --show-toplevel
?