I have a git branch on my production server, which is centos. I am trying to connect to it from TortoiseGit on my Windows computer, but it does not seem to work.
I install msysgit, TortoiseGit and already have putty. after installation, I created a folder on the desktop, right-clicked, then clicked git Clone ..., placed the name and domain of the remote server in the url field ( username@domain.com ), then the directory on the desktop in the directory field. when i click ok it shows:
git.exe clone -v "username@domain.com" "C:\.......testdir\domain.com"
fatal: 'username@domain.com'does not appear to be a git repository`
Initialized empty Git repository in C:\.......testdir\domain.com\.git\
fatal: The remote end hung up unexpectedly
I tried only with the domain, username @ip_address, ip_address, domain.com/public_html/.git and many other options, but it just doesn't work.
Am I doing something wrong here?
source
share