gradle 也是,不知是不是我电脑问题,解决不了就重装系统了
本地仓库删掉相关的 compoment 试试
<mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> </mirror> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror> <mirror> <id>central</id> <name>Maven Repository Switchboard</name> <url>http://repo1.maven.org/maven2/</url> <mirrorOf>central</mirrorOf> </mirror> <mirror> <id>repo2</id> <mirrorOf>central</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>http://repo2.maven.org/maven2/</url> </mirror> <mirror> <id>ibiblio</id> <mirrorOf>central</mirrorOf> <name>Human Readable Name for this Mirror.</name> <url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url> </mirror> <mirror> <id>jboss-public-repository-group</id> <mirrorOf>central</mirrorOf> <name>JBoss Public Repository Group</name> <url>http://repository.jboss.org/nexus/content/groups/public</url> </mirror> <mirror> <id>google-maven-central</id> <name>Google Maven Central</name> <url>https://maven-central.storage.googleapis.com </url> <mirrorOf>central</mirrorOf> </mirror> <!-- 中央仓库在中国的镜像 --> <mirror> <id>maven.net.cn</id> <name>oneof the central mirrors in china</name> <url>http://maven.net.cn/content/groups/public/</url> <mirrorOf>central</mirrorOf> </mirror>
换过了,也不行
别用阿里云 用中央库或者jcenter
换过了,就是下载不了:joy:
我也遇到了这种情况,换个镜像地址就好了,换的是https://repo.maven.apache.org/maven2/,比较慢
换过了,就是下载不了
换华为的maven试试看。
我试过了,还是不行的,我原来电脑用http那个地址,是没有问题的
回复试过清理一下repository目录吗
回复@polly : 试过的,不然我不会考虑重装电脑
就是阿里的,无奈:joy:
换一下中央仓库的地址试试,换成阿里的
是有的,但这不影响的,我原来电脑也有这个relativePath
回复测试发现http不行,报404,https是好的
pom里的parent中有 relativePath 吗?
感觉是电脑问题,我换了本地仓库地址多次,都是如此
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(17)
本地仓库删掉相关的 compoment 试试
<mirror>
<id>alimaven</id>
<mirrorOf>central</mirrorOf>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/repositories/central/</url>
</mirror>
<mirror>
<id>alimaven</id>
<name>aliyun maven</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<mirror>
<id>central</id>
<name>Maven Repository Switchboard</name>
<url>http://repo1.maven.org/maven2/</url>
<mirrorOf>central</mirrorOf>
</mirror>
<mirror>
<id>repo2</id>
<mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://repo2.maven.org/maven2/</url>
</mirror>
<mirror>
<id>ibiblio</id>
<mirrorOf>central</mirrorOf>
<name>Human Readable Name for this Mirror.</name>
<url>http://mirrors.ibiblio.org/pub/mirrors/maven2/</url>
</mirror>
<mirror>
<id>jboss-public-repository-group</id>
<mirrorOf>central</mirrorOf>
<name>JBoss Public Repository Group</name>
<url>http://repository.jboss.org/nexus/content/groups/public</url>
</mirror>
<mirror>
<id>google-maven-central</id>
<name>Google Maven Central</name>
<url>https://maven-central.storage.googleapis.com
</url>
<mirrorOf>central</mirrorOf>
</mirror>
<!-- 中央仓库在中国的镜像 -->
<mirror>
<id>maven.net.cn</id>
<name>oneof the central mirrors in china</name>
<url>http://maven.net.cn/content/groups/public/</url>
<mirrorOf>central</mirrorOf>
</mirror>
换过了,也不行
别用阿里云 用中央库或者jcenter
换过了,就是下载不了:joy:
我也遇到了这种情况,换个镜像地址就好了,换的是https://repo.maven.apache.org/maven2/,比较慢
换过了,就是下载不了
换华为的maven试试看。
我试过了,还是不行的,我原来电脑用http那个地址,是没有问题的
回复
试过清理一下repository目录吗
回复
@polly : 试过的,不然我不会考虑重装电脑
就是阿里的,无奈:joy:
换一下中央仓库的地址试试,换成阿里的
是有的,但这不影响的,我原来电脑也有这个relativePath
回复
测试发现http不行,报404,https是好的
pom里的parent中有 relativePath 吗?
感觉是电脑问题,我换了本地仓库地址多次,都是如此