在eclipse中检查GIT中的回购问题

时间:2013-01-08 03:44:27

标签: eclipse git eclipse-plugin egit ubuntu-server

我的Ubuntu服务器设置中有一个git repo。

我想将我的Windows机器上的repo签出到eclipse中。

我已经安装了EGIT插件我的日食。

我尝试通过在eclipse中选择URI选项来检查从使用插件导入文件,并获得了一个未知的主机异常。

这些是我给出的设置:

1) URI  : user@hostname:/path/to/repo
2) Host : hostname
3) Repository Path : /path/to/repo
4) Protocol :SSH
5) Port : 22
6) user : username
7) pwd : password

是否有任何需要输入IP地址的地方。 服务器在我的局域网上,我可以使用putty访问和处理我的仓库。 这里缺少什么信息。

错误消息如图所示: enter image description here

1 个答案:

答案 0 :(得分:0)

根据the docs,您需要使用完整的URI。

URI: ssh://user@hostname:/path/to/repo