我在我的mac电脑上安装了eclipse火星。当我尝试从我的bitbucket git存储库导入时,出现如下错误:
Egit错误日志低于
eclipse.buildId=4.5.1.M20150904-0015
java.version=1.8.0_66
java.vendor=Oracle Corporation
BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=tr_TR
Framework arguments: -product org.eclipse.epp.package.jee.product -product org.eclipse.epp.package.jee.product -keyring /Users/*****/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch x86_64 -product org.eclipse.epp.package.jee.product -data file:/Users/*****/Documents/WS/ -product org.eclipse.epp.package.jee.product -keyring /Users/*****/.eclipse_keyring -showlocation
org.eclipse.egit.ui
Error
Sat Nov 07 23:36:34 EET 2015
https://******@bitbucket.org/*****/*****.git: authentication not supported
org.eclipse.jgit.api.errors.TransportException: https://******@bitbucket.org/*****/*****.git: authentication not supported
at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:223)
at org.eclipse.jgit.api.LsRemoteCommand.call(LsRemoteCommand.java:159)
at org.eclipse.egit.core.op.ListRemoteOperation.run(ListRemoteOperation.java:99)
at org.eclipse.egit.ui.internal.clone.SourceBranchPage$8.run(SourceBranchPage.java:339)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
Caused by: org.eclipse.jgit.errors.TransportException: https://******@bitbucket.org/*****/*****.git: authentication not supported
at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:488)
at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:296)
at org.eclipse.jgit.api.LsRemoteCommand.execute(LsRemoteCommand.java:202)
... 4 more
我通过使用sourcetree从git克隆并从我的本地目录导入项目来继续我的工作。
为什么会出现此错误?
谢谢..