I have a git branch on my production server which is centos. I am trying to connect to it from tortoisegit on my windows machine but it doesn't seem to be working.
I install msysgit, tortoisegit and already have putty. once installed i created a folder on desktop, right clicked, then clicked on Git Clone..., put the remote server's username and domain name in the url box (username@domain.com), then the directory on the desktop in the directory box. 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've tried with just domain.com, username@ip_address, ip_address, domain.com/public_html/.git, and many other variants but it just doesn't seem to work.
Am I doing something wrong here?
