【发布时间】:2017-03-11 08:48:15
【问题描述】:
我想在我的 gradle 项目中使用来自公共 bitbucket project rxlint 的最新版本代码。但我不知道使用哪个网址。
我尝试在https://jitpack.io/ 上输入一些 URL(见下文) - 没有成功。错误信息总是:
Repo not found or no access token provided
由于这个 repo 是公开的,我猜我只是使用了错误的 URL 格式
我尝试过的网址没有成功:
- org.bitbucket.littlerobots/rxlint
- https://bitbucket.org/littlerobots/rxlint
- https://bitbucket.org/littlerobots/rxlint/src
- git+ssh://git@bitbucket.org/littlerobots/rxlint.git
- V1.2 标签:https://bitbucket.org/littlerobots/rxlint/src/a5e5d85b8358f74b33f5844ff154c80bc10d0009/?at=v1.2
- 提示标签:https://bitbucket.org/littlerobots/rxlint/src/462cbb708d8897480fc327e736acde50377b4e2c/?at=tip
【问题讨论】: