2013-04-14 66 views
9

我剛剛創建了本地克隆(使用我的憑據), 但是當我嘗試「拉」時,我收到一條錯誤消息: (手動更改了回購地址到抽象的)EGit - 「拉」上的未授權消息

的http:// _用戶名@網址:端口/ git的/凸出/ team_repos.git:未授權

org.eclipse.jgit.api.errors.TransportException

這是從日誌更詳細:

java.version = 1.7.0_10 java.vendor = Oracle公司的BootLoader 常量:OS = Linux操作系統,ARCH = x86_64的,WS = GTK,NL = en_SG框架 參數:-vm的/ usr /爪哇/ jdk1 .7.0_10/jre/bin命令行參數: -os linux -ws gtk -arch x86_64 -vm /usr/java/jdk1.7.0_10/jre/bin

Error Sun Apr 14 19:00:11 IDT 2013 HTTP_://用戶名@網址:端口/ git的/凸出/ team_repos.git: 無權

org.eclipse.jgit.api.errors.TransportException: 在org.eclipse.jgit的org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:137) 上,http:// username @ url:port/git/proj/team_repos.git: 未授權 。 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) at 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) 在org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:305) 在組織授權 .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

沒有找到任何解決方案.. 任何人?

回答

22

我設法解決它。

在Eclipse中,請訪問:

Git倉庫探索(透視) - >您的Git倉庫克隆 - >遙控器

查找獲取&推的URL。

右鍵點擊每一個 - >清除憑據

現在嘗試推/拉,並手動輸入您的密碼, 取消標記「存儲在安全存儲」選項。


經過大量搜索這似乎解決它: https://bugs.eclipse.org/bugs/show_bug.cgi?id=356233

+0

+1因爲那很簡單但很棒 –

0

只需登錄到您的到位桶帳戶,然後採取拉。這可能會清除此異常。

相關問題