gpt4 book ai didi

eclipse - egit 连接到 godaddy 共享帐户上的 git 存储库的问题

转载 作者:行者123 更新时间:2023-12-02 14:37:40 25 4
gpt4 key购买 nike

我们在 godaddy 的共享服务器帐户预装了 git 版本 1.7.1。我已经按照这个策略建立了一个裸存储库,

http://git-scm.com/book/en/Git-on-the-Server-Getting-Git-on-a-Server

当我尝试在 eclipse 中的 egit 中通过 ssh 推送时,出现此错误,

Can't connect to any URI: ssh://url:22/git-test/test.git (ssh://url:22/git-test/test.git: connection failed)



然而在 Putty 中使用相同的身份验证我没有问题。

我最终想要做的是在 godaddy 帐户上设置一个 git 存储库,该存储库将允许从几个远程位置开发网站,然后允许推送到生产现场。

没有可用的 git-daemon,但根据上面的链接显然不需要它。

这可能是 egit 端的服务器配置或远程设置的问题。

最佳答案

确保您正在起诉您的 repo 的完整路径

git remote set-url origin ssh://username@domain.com/home/username/path/git-test/test.git

(带有 test.git being a bare repo ,带有 post-receive hook to update the live site )

先从命令行试试(不需要putty),然后 change your remote url on Eclipse/EGit .

您不需要指定端口号(22 是 ssh 的默认端口号)。

关于eclipse - egit 连接到 godaddy 共享帐户上的 git 存储库的问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24345551/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com