Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何解决EclipseMars中的克隆git错误_Eclipse_Egit_Eclipse Mars - Fatal编程技术网

如何解决EclipseMars中的克隆git错误

如何解决EclipseMars中的克隆git错误,eclipse,egit,eclipse-mars,Eclipse,Egit,Eclipse Mars,我在mac电脑上安装了EclipseMars。当我尝试从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: -pro

我在mac电脑上安装了EclipseMars。当我尝试从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克隆,并从本地目录导入项目

为什么会发生这种错误


谢谢..

您尝试过git命令行吗?检查错误日志视图,看看是否有实际的错误消息可以尝试解密。我编辑了我的问题。我通过sourcetree@JonahGraham克隆了repo,没有任何问题。我在我的帖子@nitind中添加了错误日志。不支持将您的用户名和密码直接放入远程URL。当需要时,应通过UI提示您输入。将URL更改为。您尝试过git命令行吗?检查错误日志视图以查看是否有实际的错误消息,您可以尝试解密。我编辑了我的问题。我通过sourcetree@JonahGraham克隆了repo,没有任何问题。我在我的帖子@nitind中添加了错误日志。不支持将您的用户名和密码直接放入远程URL。当需要时,应通过UI提示您输入。将URL更改为。