IntelliJ可以选择将源附加到项目,以便您可以查看预编译方法的实现方式。你能指定一个只读的git存储库作为源位置吗?
例如,我希望能够说某些类的源代码位于git://github.com/project/sources的git存储库中。
详细信息: IntelliJ 12,私有Gitorious服务器
更新: git网址的格式为git://server/location
,http git网址不可用。
答案 0 :(得分:0)
您可以尝试两件事:
1 /如“Attaching sources in IntelliJ IDEA for scala project”中所述,检查其他“附加来源”菜单是否效果更佳:
如果尝试将源附加到特定库 - 在“
Project Structure -> Library -> +Attach File or Directories -> Sources
”中,则可行。
2 /使用https地址而不是git url:https://github.com/aUser/aProject.git
(虽然private gitorious repos可能无法使用,但只有git://gitorious.org/aUser/aProject.git
)