Error to Import Github project into Eclipse?

eclipse, git, github, import, java

Solution

Remove ":22" add .git to your repo path ?

Problem

I am trying to import Github Project into my eclipse by Egit and used the URI,Host etc as you can check in Screen shot and when i am giving my github userId/Password i am getting error see attached screen shot or this exception. ``` 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 ``` Is i am doing something wrong ? Or we can not import someone else project like this?

Original source