我的生产服务器上有一个 git 分支,它是 centos。我试图从我的 Windows 机器上的 TortoiseGit 连接到它,但它似乎没有工作。
我安装了 msysgit、TortoiseGit 并且已经有了 putty。安装后,我在桌面上创建了一个文件夹,右键单击,然后单击 Git Clone...,将远程服务器的用户名和域名放在 url 框中(username@domain.com),然后将桌面上的目录放在目录中盒子。当我单击确定时,它显示:
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
我只尝试了 domain.com、username@ip_address、ip_address、domain.com/public_html/.git 和许多其他变体,但它似乎不起作用。
我在这里做错了吗?