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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -