--->> sudo mkdir git-repos
--->>> git-admin is not in the sudoers file. This incident will be reported.
git
$ git clone http://192.168.0.8:80/git/test.git
Cloning into 'test'...
fatal: repository 'http://192.168.0.8:80/git/test.git/' not found
$ git clone http://192.168.0.8/git/prj.git
Cloning into 'prj'...
fatal: Authentication failed for 'http://192.168.0.8/git/prj.git/'
Cloning into 'prj'...
fatal: Authentication failed for 'http://192.168.0.8/git/prj.git/'
$ git clone ssh://git:git@192.168.0.8/var/www/git/repo.git
Cloning into 'repo'...
ssh: connect to host 192.168.0.8 port 22: Connection refused
fatal: Could not read from remote repository.
git-admin@kimsp-OptiPlex-960:/var/www/html$ mkdir git-repos
mkdir: `git-repos' 디렉토리를 만들 수 없습니다: 허가 거부
git-admin@kimsp-OptiPlex-960:/var/www/html$
kimsp2@holycom MINGW64 ~/Source/GitRepos
$ git clone ssh://git@192.168.0.8/opt/git/test.git
Cloning into 'test'...
git@192.168.0.8's password:
warning: You appear to have cloned an empty repository.
댓글 없음:
댓글 쓰기