git.exe clone --progress -v "ssh://114.215.242.138:22/homre/git/Strut" "C:\Users\zsc\Desktop\Strut"
Cloning into 'C:\Users\zsc\Desktop\Strut'...
fatal: '/homre/git/Strut' 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.
git did not exit cleanly (exit code 128) (4898 ms @ 2016/8/12 20:21:20)
试试:
git.exe clone --progress -v "ssh://homre@114.215.242.138:22/git/Strut" "C:\Users\zsc\Desktop\Strut"
这是 ssh
协议,确定添加了 ssh 密钥
我感觉“homre”这个单词可能写错了。
fatal: '/homre/git/Strut' does not appear to be a git repository ===“/ homre / git /支柱”似乎不是一个git仓库。
fatal: Could not read from remote repository.===无法读取远程存储库。
Please make sure you have the correct access rights and the repository exists.===请确保您有正确的访问权限
和存储库存在。