I just signed up for a GitHub micro plan and created my first private repo:
https://github.com/myproj/repo.git
(That's not the real URL). I then installed Egit for Eclipse (Juno), restarted, and tried to import repo.git. When I do so I am getting a Transport Error from Eclipse. Here are the exact steps I took to arrive at this issue:
Downloading eclipse:

Installing EGit:

Importing project from GitHub:

When I try to search for my repo, Eclipse says it's not found:

Trying again, via Git Repository Exploring perspective:

"Transport Error": ?!?!

Being so new to Git, EGit and GitHub, I'm wondering if any of the following are happening:
- Do I need to do something from inside my GitHub account/repo (e.g., turn something on, adjust a setting, etc.) to make it "searchable" from inside EGit? SSH keys perhaps?
- Do I need to configure Egit somehow?
- Am I going about this the wrong way entirely?
The bottom line is: I believe this is the "normal" way to install Eclipse and EGit, so I'm perplexed as to why this isn't working. I'm wondering if it's some bug with EGit and private repos? Thanks in advance.