Egit 0.8.4 ";Can';t connect to any URI:"; Bug

Gitを利用してソースコードを管理しているのだが、[Team]>[Puch]から
Configured remote repository:を選択してPuchを行うと
"Can't connect to any URI:"とエラーが表示されてしまうので対処方法を探してみた。

https://bugs.eclipse.org/bugs/show_bug.cgi?id=317389

すでにバグとしてチケット登録されており、対処方法としては

[remote "origin"]などで

pushurl = git+ssh://git@user.example.com/user/example.git

を追加してあげると問題が回避。