github - Cloning the Git Repository on Eclipse (Transport Error) -


i new in bluemix services. not find exact solution problem.

i have web application on bluemix , git repository on devops. i'm working on eclipse (have git , bluemix plugins) , made changes on project. now, have last version of project in local , bluemix side , need update repository (which still starter code).

as first step, trying clone git repository (on eclipse). after fill uri , authentication fields, getting error shown below. can pass on ssl error setting http.sslverify=false cannot solve others. thanks.

trasport error

error log:

eclipse.buildid=4.4.2.m20150204-1700  java.version=1.8.0_45  java.vendor=oracle corporation  bootloader constants: os=win32, arch=x86_64, ws=win32, nl=tr_tr  framework arguments:  -product org.eclipse.epp.package.jee.product  command-line arguments:  -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product   org.eclipse.egit.ui  error  thu apr 23 12:46:33 eest 2015  https://hub.jazz.net/git/***/***: authentication not supported   org.eclipse.jgit.api.errors.transportexception: https://hub.jazz.net/git/***/***: authentication not supported      @ org.eclipse.jgit.api.lsremotecommand.execute(lsremotecommand.java:223)      @ org.eclipse.jgit.api.lsremotecommand.call(lsremotecommand.java:159)      @ org.eclipse.egit.core.op.listremoteoperation.run(listremoteoperation.java:99)      @ org.eclipse.egit.ui.internal.clone.sourcebranchpage$8.run(sourcebranchpage.java:324)      @ org.eclipse.jface.operation.modalcontext$modalcontextthread.run(modalcontext.java:122)  caused by: org.eclipse.jgit.errors.transportexception: https://hub.jazz.net/git/***/***: authentication not supported      @ org.eclipse.jgit.transport.transporthttp.connect(transporthttp.java:494)      @ org.eclipse.jgit.transport.transporthttp.openfetch(transporthttp.java:309)      @ org.eclipse.jgit.api.lsremotecommand.execute(lsremotecommand.java:202)      ... 4 more 

note: after looking error log, think authentication based problem. using same email , password use logging in bluemix. by way, tried on git command line. cloned, commited, , pushed. , not understand why problem happens in eclipse.

i tested end-to-end , had no problems. possibly transient? can try again, please?

here steps took reproduce:

 file/import... select dialog * git/projects git * click next  select repository source dialog * clone uri * click next  source git repository dialog * settings page (e.g. https://hub.jazz.net/project/you/yourproject/settings/general) * copy git url e.g. https://hub.jazz.net/git/you/yourproject (host , repository path should populate) * populate user , password ibm id * click next  branch selection dialog * (master should selected) * click next  local destination dialog * select local destination * click next  select wizard use importing projects dialog * (import existing projects should selected) * click finish 

et voila!

if git url incorrectly entered, select branch dialog respond error dialog described in original question.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -