1
當我嘗試從公共github存儲庫添加依賴項時,其工作正常。例如是否可以通過maven訪問github私有倉庫?
<repository>
<id>https-levonk</id>
<url>https://github.com/levonk/pub-maven-repo/tree/master/release/</url>
<dependency>
<groupId>com.levonk</groupId>
<artifactId>codequality</artifactId>
<version>1.0.8</version>
但是當我嘗試,使其向私人資料庫,並通過~m2/settings.xml
加我的github帳戶。但它不起作用。
你想要在github上託管你的二進制文件嗎? –