我知道有一种方法可以通过公开方式在github上托管你的maven repos。但有没有办法在github上托管私人仓库?我在网上找到的例子如:https://engineering.groupon.com/2014/misc/maven-and-github-forking-a-github-repository-and-hosting-its-maven-artifacts/都是公共回购。我的maven repo是一个私人仓库,我想把它作为私人仓库托管
答案 0 :(得分:0)
如果您在GitHub上从免费到 Micro upgrade,那么您可以拥有私有存储库。
您还需要确保在访问存储库时进行正确的身份验证,即使是读取,否则它将显示为私有存储库不存在。