Answer the question
In order to leave comments, you need to log in
How to download a clone of a GIT repository via TortoiseGit or command line?
Given:
Server with GIT: 192.168.1.5
There is a directory with GIT on my computer: c:\Git3\.git\
git.exe pull -v --progress "[email protected]/home/www/hosting/site/.git/"
fatal: '[email protected]/home/www/hosting/site/.git/' 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.
Answer the question
In order to leave comments, you need to log in
Here ([email protected]/home/www/hosting/site/.git/) there should be a path to a folder with the prefix ".git" at the end with a repository for sharing.
The rest is in the comments below ;)
The address should ideally be:
[email protected]:/home/www/hosting/site
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question