我在Github中有一個Maven項目,我想在Eclipse中使用它。在eclipse中,有一個File> New> Other> Maven>從SCM檢出Maven項目的選項。但SCM URL附近的下拉選擇選項處於非活動狀態。點擊「m2e Marketplace」後,我在列表中找不到git。雖然我確實發現了egit,所以我試圖安裝它。但是我得到了下面的錯誤信息。試圖通過Git在Eclipse中打開Maven項目時出現問題Luna
An error occurred while collecting items to be installed
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.eclipse.egit,3.4.1.201406201815-r
No repository found containing: osgi.bundle,org.eclipse.egit.core,3.4.1.201406201815-r
No repository found containing: osgi.bundle,org.eclipse.egit.doc,3.4.1.201406201815-r
No repository found containing: osgi.bundle,org.eclipse.egit.ui,3.4.1.201406201815-r
No repository found containing: osgi.bundle,org.eclipse.jgit,3.4.1.201406201815-r
No repository found containing: osgi.bundle,org.eclipse.jgit.archive,3.4.1.201406201815-r
No repository found containing: org.eclipse.update.feature,org.eclipse.egit,3.4.1.201406201815-r
No repository found containing: org.eclipse.update.feature,org.eclipse.jgit,3.4.1.201406201815-r
出了什麼問題?我可以使用egit而不是Git嗎?爲什麼我收到錯誤信息?對不起,是「m4e」下一代的「m2e」?
爲什麼不做一個git克隆到一個文件夾,然後將其作爲maven項目導入? – Ernie 2014-09-23 12:21:01
我試過了。但是出了點問題。不知道是什麼。 – Sreenadh 2014-09-24 05:52:04