我刚刚成功创建了一个本地克隆(使用我的凭据),但是当我尝试执行“拉”时,我收到一条错误消息:(手动将 repos 地址更改为抽象地址)
http:_//username@url:port/git/proj/team_repos.git: 未授权
org.eclipse.jgit.api.errors.TransportException
这在日志中更详细:
java.version=1.7.0_10 java.vendor=Oracle Corporation BootLoader 常量:OS=linux, ARCH=x86_64, WS=gtk, NL=en_SG 框架参数:-vm /usr/java/jdk1.7.0_10/jre/bin 命令-行参数:-os linux -ws gtk -arch x86_64 -vm /usr/java/jdk1.7.0_10/jre/bin
错误 Sun Apr 14 19:00:11 IDT 2013 http_://username@url:port/git/proj/team_repos.git:未授权
org.eclipse.jgit.api.errors.TransportException:http_://username@url:port/git/proj/team_repos.git:在 org.eclipse.jgit.api.FetchCommand.call 未授权(FetchCommand.java:137 ) 在 org.eclipse.jgit.api.PullCommand.call(PullCommand.java:245) 在 org.eclipse.egit.core.op.PullOperation$1.run(PullOperation.java:90) 在 org.eclipse.core.internal .resources.Workspace.run(Workspace.java:2344) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2326) at org.eclipse.egit.core.op.PullOperation.execute(PullOperation .java:121) 在 org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:115) 在 org.eclipse.egit.ui.internal.pull.PullOperationUI$1.run(PullOperationUI.java: 90) 在 org.eclipse.core.internal.jobs.Worker.run(Worker.java:53) 原因:org.eclipse.jgit.errors.TransportException: http_://username@url:port/git/proj/team_repos.git: 在 org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp. java:476) at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:305) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136) at org.eclipse.jgit.transport .FetchProcess.execute(FetchProcess.java:122) 在 org.eclipse.jgit.transport.Transport.fetch(Transport.java:1104) 在 org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128) 。 .. 还有 8 个476) 在 org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136) 在 org.eclipse.jgit.transport.FetchProcess .execute(FetchProcess.java:122) 在 org.eclipse.jgit.transport.Transport.fetch(Transport.java:1104) 在 org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128) ...还有 8 个476) 在 org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136) 在 org.eclipse.jgit.transport.FetchProcess .execute(FetchProcess.java:122) 在 org.eclipse.jgit.transport.Transport.fetch(Transport.java:1104) 在 org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128) ...还有 8 个还有 8 个还有 8 个
没有找到任何解决方案..有人吗?