2013-07-22 6 views
0

Github에 커밋 된 저장소가 있습니다. 이제 전체 프로젝트를 다른 랩톱으로 다운로드하고 싶습니다. Visual Studio에서 동일한 이름의 솔루션을 만들었습니다.기존 Github 저장소에 어떻게 연결합니까?

전체 프로젝트를 어떻게 다운로드합니까?

답변

1

git clone 명령을 사용할 수 있습니다.

사용 : 자식 클론의 repos의 URL을

예. git clone [email protected] : solos/Spoon-Knife.git 또는 git clone https://github.com/solos/Spoon-Knife.git

+0

명령 프롬프트 전용? 비주얼 스튜디오에서 여기 저기에 클릭을 사용할 방법이 없습니까? – Richard77

+1

시도해 볼 수 있습니다. [Visual-studio-and-team-foundation-service] (http://blogs.msdn.com/b/visualstudioalm/archive/2013/01/30/getting-started- with-git-in-visual-studio-and-team-foundation-service.aspx) – solos

관련 문제