$ ping 192.168.0.12 -t
Ping 192.168.0.12 32바이트 데이터 사용:
192.168.0.12의 응답: 바이트=32 시간=1ms TTL=128
Cloning into 'gitserver'...
fatal: 'c:/work/gitserver' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git pull -u origin master
fatal: 'c:/work/gitserver' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
이렇게 됩니다요!
경로설정이 틀린거 같아서 구글링해봤는데 file:// 말고 file://// 요걸로 하라길래 해봤는데.. 역시 안됩니다.
뭐가 틀린걸까요.