在此 GitHub 路径下未找到存储库
No repository found under this GitHub path
我想在 jcenter 上存储一个 Android 库。
在此之前,我在bintray 上创建了一个存储库。创建存储库后,我必须填写包详细信息。在包裹详情中有一个文本字段 GitHub repo (user/repo)
,我在其中给出了我的 ID https://github.com/kishlayk
.
github link
但是更新包后显示No repository found under this GitHub path
。我应该怎么做才能纠正它?
Github repo (user/repo)
文本字段应填写 github "user/repo"(示例:myGithubUser/myGithubRepository
)。
这将在 Readme 和 Release Notes 选项卡下导入 Github README 文件和 RELEASE 到 Bintray。
您还可以在包裹详细信息中的 VCS 字段中提供完整的 github url 路径。
我和 JFrog, the company behind bintray and artifactory .
最后我得到了答案我将不得不在存储库中的 GitHub 发行说明文件文本字段中输入一个文本文件名(像 https://github.com/kishlayk/litifer.github.io/blob/master/releasenotes.txt.....enter 只像 releasenotes.txt)。如果文本文件不可用,请先创建。
我想在 jcenter 上存储一个 Android 库。
在此之前,我在bintray 上创建了一个存储库。创建存储库后,我必须填写包详细信息。在包裹详情中有一个文本字段 GitHub repo (user/repo)
,我在其中给出了我的 ID https://github.com/kishlayk
.
但是更新包后显示No repository found under this GitHub path
。我应该怎么做才能纠正它?
Github repo (user/repo)
文本字段应填写 github "user/repo"(示例:myGithubUser/myGithubRepository
)。
这将在 Readme 和 Release Notes 选项卡下导入 Github README 文件和 RELEASE 到 Bintray。
您还可以在包裹详细信息中的 VCS 字段中提供完整的 github url 路径。
我和 JFrog, the company behind
最后我得到了答案我将不得不在存储库中的 GitHub 发行说明文件文本字段中输入一个文本文件名(像 https://github.com/kishlayk/litifer.github.io/blob/master/releasenotes.txt.....enter 只像 releasenotes.txt)。如果文本文件不可用,请先创建。