Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/299.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
407从eclipse Luna签出bitbucket分支时发生身份验证错误_Eclipse_Bitbucket - Fatal编程技术网

407从eclipse Luna签出bitbucket分支时发生身份验证错误

407从eclipse Luna签出bitbucket分支时发生身份验证错误,eclipse,bitbucket,Eclipse,Bitbucket,我已经安装了EclipseLuna,并尝试通过eclipse(文件->导入->GIT->GIT项目)从bitbucket签出现有分支。在分支选择屏幕中,我得到以下错误: !MESSAGE https://test@bitbucket.org/test/eclipse.git 407 Proxy Authentication Required !STACK 0 org.eclipse.jgit.api.errors.TransportException: https://test@bitb

我已经安装了EclipseLuna,并尝试通过eclipse(文件->导入->GIT->GIT项目)从bitbucket签出现有分支。在分支选择屏幕中,我得到以下错误:

    !MESSAGE https://test@bitbucket.org/test/eclipse.git 407 Proxy Authentication Required
!STACK 0
org.eclipse.jgit.api.errors.TransportException: https://test@bitbucket.org/test/eclipse.git 407 Proxy Authentication Required
    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)
我通过窗口->网络连接->手动选项设置了代理,并在eclipse ini中添加了以下代码:

-vmargs
-Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
-Dhttp.proxyHost=192.168.2.55
-Dhttp.proxyPort=3128
-Dhttps.proxyHost=192.168.2.55
-Dhttps.proxyPort=3128
-DsocksProxyHost=
-DsocksProxyPort=
-Dhttp.proxyUser=proxy
-Dhttp.proxyPassword=proxyss4u
-Dhttp.nonProxyHosts=localhost|127.0.0.1
-Dorg.eclipse.equinox.p2.transport.ecf.retry=5
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.connectTimeout=15000
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.readTimeout=1000
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.retryAttempts=20
-Dorg.eclipse.ecf.provider.filetransfer.retrieve.closeTimeout=1000
-Dorg.eclipse.ecf.provider.filetransfer.browse.connectTimeout=3000
-Dorg.eclipse.ecf.provider.filetransfer.browse.readTimeout=1000
但我仍然遇到了407代理身份验证所需的问题

请给我们一些建议