如何使用git remote add推送到其他计算机?

时间:2017-09-13 22:58:21

标签: git ssh

我试图将一些代码推送到远程服务器,因此我创建了一个新的远程服务器:

git remote add server ssh://nic@somehost.com/home/nic/workplace/project

我确认一切都是它应该使用的方式:git remote -v

然后我继续尝试推送它,但是我收到错误:

[nic:15:48@project/]%git push -u server --all
nic@somehost.com's password: 
zsh:1: command not found: git-receive-pack
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
zsh: exit 128   git push -u server --all

我可以使用ssh nic@somehost.com向主机SSH很好,我可以导航到该文件夹​​并在那里创建一个文件,因此权限是正确的。我现在用谷歌搜索了几个小时,但我找不到什么错误。也许一个git黑客会在一秒钟内看到我的愚蠢错误:) 我已尝试过各种格式的远程地址,但它并没有什么不同。

感谢您的帮助。

尼古拉斯。

0 个答案:

没有答案