2011-01-11 6 views
1

힘내기 관련 문제가 있습니다. 이번에는 Google과 Stack Overflow를 철저히 수색하여 합리적인 해결책을 찾지 못했습니다. 나는 명령 git clone "http://github.com/scottgonzalez/node-chat"을 사용하여 저장소를 복제하려고 나는이 오류가 무엇입니까 : 나는 복제 작업을 만들기 위해 할 수있는 일"치명적인"Cygwin 내에서 자식 저장소를 복제하려고 할 때

Cloning into node-chat...

fatal: http://github.com/scottgonzalez/node-chat/info/refs not found: did you run git update-server-info on the server?

를? 나는 git update-server-infogit update-server-info "http://github.com/scottgonzalez/node-chat"과 같은 여러 가지를 실행하려고 시도했지만 그 중 아무 것도 작동하지 않는 것 같았습니다.

아무도 도와 줄 수 있습니까? 언젠가 Git을 제대로 사용하는 법을 배울 수는 있지만, 지금은이 일을해야합니다.

https://github.com/scottgonzalez/node-chat.git 

당신이 볼 수 있듯이, https://github.com/scottgonzalez/node-chat.git/info/refs이 존재하지만, https://github.com/scottgonzalez/node-chat/info/refs하지 않습니다

답변

2

당신은 HTTP 클론의 .git 확장을 사용해야합니다.

+0

작동하는 것처럼 보였습니다. 고맙습니다. 설명서는 ".git"없이 명령을 실행한다고 말하면서 내가 뭘 잘못하고 있는지 알아 내려고 노력했습니다. 나는 저자에게 알릴 것이라고 생각한다. –

+0

@mikez 어떤 문서가 될까요? – MatrixFrog

+0

node-chat 프로젝트의 README는 하단에 - https://github.com/scottgonzalez/node-chat/raw/master/readme.md와 같습니다. – Amber

관련 문제