Ubuntu Quantal을 사용하여 다른 PC에서 리포지토리를 복제 / 풀링하려고합니다. 이전에 Windows 에서이 작업을 수행했지만 우분투의 문제가 무엇인지 모르겠습니다. 나는 이것을 시도했다 :
git clone file:////pc-name/repo/repository.git
git clone file:////192.168.100.18/repo/repository.git
git clone file:////user:pass@pc-name/repo/repository.git
git clone smb://c-pc/repo/repository.git
git clone //192.168.100.18/repo/repository.git
항상 나는 :
Cloning into 'intranet'...
fatal: '//c-pc/repo/repository.git' does not appear to be a git repository
fatal: The remote end hung up unexpectedly
또는
fatal: repository '//192.168.100.18/repo/repository.git' does not exist
더:
- 다른 PC에는 사용자 이름과 비밀번호가 있습니다
- 네트워킹 문제가 아니며 액세스하여 핑할 수 있습니다.
- 방금 git doing
apt-get install git
(종속성 설치)를 설치했습니다. - 터미널에서 git을 실행 중입니다 (git-shell을 사용하지 않습니다)
이 원인은 무엇이고 어떻게 해결 하죠? 어떤 도움이라도 좋을 것입니다!
최신 정보
git clone //192.168.100.18/repo/intranet.git
문제없이 Windows에서 repo를 복제했습니다 . 따라서 저장소에 액세스 할 수 있고 존재합니다! 어쩌면 문제는 사용자 자격 증명 때문입니까?