[摘自] http://stackoverflow.com/questions/5074063/maven-error-failure-to-transfer

Remove all your failed downloads:

Linux:

find ~/.m2  -name "*.lastUpdated" -exec grep -q "Could not transfer" {} \; -print -exec rm {} \;

Windows:

cd %userprofile%\.m2\repository
for /r %i in (*.lastUpdated) do del %i

最新文章

  1. fzuoj1111Radar Installation (贪心)
  2. Python-9 函数
  3. 利用IdentityServer3在ASP.NET 5和Angular中实现OAuth2 Implicit Flow
  4. 技术英文单词贴--D
  5. Mongo报如下类似错误时的修改方法Cannot natively represent the long 1396367483000 on this platform
  6. Cow Rectangles
  7. hdu 5225 Tom and permutation(回溯)
  8. ROS_Kinetic_19 群机器人框架示例(micros swarm framework)
  9. 基于async/non-blocking高性能redis组件库BeetleX.Redis
  10. rcu-bp关键代码解读
  11. 学习笔记TF056:TensorFlow MNIST,数据集、分类、可视化
  12. ntpd、ntpdate、hwclock的区别
  13. python基本数据结构栈stack和队列queue
  14. PDO::__construct(): Server sent charset (255) unknown to the client. Please, report to the developers
  15. SetWindowPos 和Z序
  16. HDU 3333 Turing Tree(树状数组/主席树)
  17. OneZero第三周第一次站立会议(2016.4.4)
  18. mvc 缓存页面 减轻服务器压力
  19. cocopods 问题
  20. HDU 1719 Friend 规律题

热门文章

  1. Solidity智能合约升级解决方案
  2. mvc json 日期问题的最简单解决方法
  3. 拉登是我罩的队_第三周_需求改进&原型设计
  4. HTML5权威指南 中文版 高清PDF扫描版​
  5. SQLServer 附加数据库后只读或报错解决方法
  6. C# winform 打开新窗体 关闭当前窗体
  7. (转)深入研究MiniMVC之后续篇
  8. 解决eclipse中启动Tomcat成功但是访问不了Tomcat问题
  9. 如何设置linux支持上传的文件中文不乱吗
  10. django 重写User表增加字段设置