use Tortoise git does not appear to be a git repository -
i use tortoise git
when click git clone set url ssh://git@192.168.3.98/var/www/git.repos/myproject.git
and click ok button ,showing error message
fatal: 'var/www/git.repos/myproject.git' not appear git repository fatal: not read remote repository. please make sure have correct access rights , repository exists git did not exit cleanly
this message. 192.168.3.98/var/www/git.repos/mypoject.git
here. space directory.
how error message solve?
try instead:
ssh://git@192.168.3.98:/var/www/git.repos/myproject.git
notice ':' before path.
Comments
Post a Comment