문제점 : 윈도우에서 힘내 기록을 시각적으로 볼 필요가 있습니다. 저장소는 원격 리눅스 서버 (우분투)에 있습니다. 질문 : Windows의 원격 Linux 서버에서 git 저장소를 보는 두 가지 쉬운 방법은 무엇입니까?원격 Linux 서버에서 git 저장소를 봅니다 -> Windows에서?
내가 처음에 다음 로컬보기, 원격 거울 미러링 시도- 다시 필요할 때 업데이트를하지만 연결할 때 나는 오류가 발생,
git clone --mirror [email protected]:/home/username/projectfolder
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.
나는 Windows가 복제를 시도, 힘내 Bash를 이용한에있어 Linux에있는 원격 저장소.
미리 감사드립니다.
https://code.google.com/p/msysgit/ – 0x90
내가 잘못 설치했다면 설치를 시도했지만 GUI가있는 원격 저장소를 직접 볼 수있는 방법이없는 것 같습니까? – gogogadgetinternet
어떤 프로토콜을 사용합니까? https/git/ssl을 사용하고 있다면 repo를 복제하기위한 키가 필요합니다. – niculare