Mac上写了一段基于Maven的java代码。

上传Git后,在windows上pull下来,eclipse里面各种错误。

ArtifactTransferException:Failure to transfer org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1 from http://maven.oschina.net/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of CN has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-compiler-plugin:jar:2.5.1 from/to CN (http://maven.oschina.net/content/groups/public/): Connection reset

后来,在StackOverflow上面找到了答案,解决了我所遇到的问题,目前试下来还OK。

StackOverflow原文链接:http://stackoverflow.com/questions/5074063/maven-error-failure-to-transfer

Best Regards,

Lucas Luo

最新文章

  1. sqlite之聚合函数的使用
  2. 动态创建Layout
  3. Hbase之使用多Get实例返回数据
  4. .NET设计模式(18):迭代器模式(Iterator Pattern)(转)
  5. Linux显示全部执行中的进程
  6. Bootstrap 列偏移\列嵌套\列排序
  7. Django工程读取mongodb并使用分页器
  8. Apache Rewrite url重定向功能的简单配置
  9. hdu4323Magic Number(dp)
  10. 查看表结构命令(mysql和oracle)
  11. swift 之 函数
  12. openlayers4 入门开发系列之地图展示篇(附源码下载)
  13. 来,看看MySQL 5.6, 5.7, 8.0的新特性
  14. pHP生成唯一单号
  15. python django基础一web框架的本质
  16. 【转载】springboot四 全局异常处理
  17. SSE图像算法优化系列五:超高速指数模糊算法的实现和优化(10000*10000在100ms左右实现)。
  18. linux shell实现 URL 编码/解码方法
  19. Unity 3D游戏-见缝插针源码
  20. HBase简单API

热门文章

  1. codeforces B. Online Meeting 解题报告
  2. JAVA 单选样式编写
  3. Tomcat版本是32位、64位问题
  4. UUIDUtils
  5. The Castle
  6. 【Codeforces 762A】 k-th divisor
  7. Unity3D4.* NGUI制作动态字库
  8. POI2013 Bytecomputer
  9. View Controller Programming Guide for iOS---(八)---Using View Controllers in the Responder Chain
  10. Table View Programming Guide for iOS---(三)----Overview of the Table View API