ローカルのクローンを作成しました(自分の資格情報を使用して) "プル"しようとするとエラーメッセージが表示されます: 抽象1)EGit - "プル"に関する承認されていないメッセージ
ます。http:// _ユーザ名@のURL:ポート/ gitの/ PROJ/team_repos.git:許可されていない
org.eclipse.jgit.api.errors.TransportException
これはログより詳細です:
のjava.version = 1.7.0_10 java.vendor =オラクル・コーポレーションブートローダ 定数: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_://ユーザ名@ URL:ポート/ 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)で承認されていません。 at org.eclipse.jgit。 api.PullCommand.call(PullCommand.java:245) at org.eclipse.egit.core.op.PullOperation $ 1.run(PullOperation.java:90) at 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) ) at org.eclipse.egit.ui.internal.pull.PullOperationUI.execute(PullOperationUI.java:115) at 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_://ユーザ名@のURL:ポート/ gitの/ projのを/ team_repos.git: ORGでorg.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:305) でorg.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:476) で を許可されていません.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:136) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122) at org.eclipse.jgit.transport.Transport.fetch (Transport.java:1104) at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:128) ... 8 more
は、そのための任意の解決策を見つけることができませんでした。.. 誰もが?
+1これはシンプルだけど素晴らしい –