将Github项目导入Eclipse时出错?

时间:2013-08-14 06:10:13

标签: java eclipse git github import

我试图通过Egit将Github Project导入我的eclipse并使用URI,Host等,因为你可以检查屏幕截图,当我给我的github userId /密码我收到错误看到附加屏幕拍摄GitHubExceptin或此例外。

 https://github.com:22/michaelisvy/hibernate-4-spring-3.1-samples: cannot open git-upload-pack:
https://github.com:22/michaelisvy/hibernate-4-spring-3.1-samples: cannot open git-upload-pack

我做错了吗?或者我们不能导入这样的其他项目?
 Git Values

2 个答案:

答案 0 :(得分:6)

删除“:22”将.git添加到您的回购路径?

答案 1 :(得分:0)

你可以做命令提示。

git clone git@github.com:michaelisvy/hibernate-4-spring-3.1-samples.git
cd hibernate-4-spring-3.1-samples
mvn eclipse:eclipse

这是为了日食。

http://www.vogella.com/articles/EGit/article.html#github