4

IntelliJ 可以选择将源附加到项目,以便您可以查看预编译方法是如何实现的。您可以指定一个只读的 git 存储库作为源位置吗?

在此处输入图像描述

例如,我希望能够说某些类的源代码位于 git 存储库中 git://github.com/project/sources。

详细信息: IntelliJ 12,私有 Gitorious 服务器

更新: git url 格式git://server/location为 ,http git url 不可用。

4

1 回答 1

0

你可以尝试两件事:

1/ 如“在 IntelliJ IDEA 中为 scala 项目附加源”中所述,检查其他“附加源”菜单是否工作得更好:

如果尝试将源附加到特定库 - 在“ Project Structure -> Library -> +Attach File or Directories -> Sources”中,那么它可以工作。

2/ 使用 https 地址而不是 git url: https://github.com/aUser/aProject.git
(虽然这可能不适用于私人 gitorious repos,只有git://gitorious.org/aUser/aProject.git)

于 2013-03-02T00:48:38.107 回答