How to import Projects from Git by ssh in Eclipse -


my github ssh uri is: git@github.com:hellozjf/hellozjf.github.io.git

this eclipse configuation

the question is: how can import projects uri git@github.com:hellozjf/hellozjf.github.io.git? want use username , password, uri changed.

press next error happen.

an error occurred when tyring contact hellozjf@github.com:hellozjf/hellozjf.github.io.git. see error log more details possible reasons: * incorrect url * no network connection (e.g. wrong proxy settings) 

howerver, can use cmd git clone git@github.com:hellozjf/hellozjf.github.io.git without error.

can give me tips how import project git ssh in eclipse?


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -