Windows或者mac或者Linus用curl命令下载资源

curl -0 https://alibaba.github.io/arthas/arthas-boot.jar

的时候,会出现如下的警告:

Warning: Binary output can mess up your terminal. Use "--output -" to tell
Warning: curl to output it to your terminal anyway, or consider "--output
Warning: <FILE>" to save to a file.

其中“-0”的意思是“--remote-name”,这意味着:我们默认会用部分的远程URL的名字,作为本地下载并存储的名字。但这里curl命令显然不允许这么干,因为这可能会扰乱你的terminal(不知道具体原因)。所以,我们应该在command末尾加上“--output”指定下载的文件的名字

curl -0 https://alibaba.github.io/arthas/arthas-boot.jar --output arthas

这样就完美的解决了问题

Warning: Binary output can mess up your terminal. Use “--output -“ to tell相关推荐

  1. Warning: post-commit hook failed (exit code 255) with no output.

    常见问题 1. Warning: post-commit hook failed (exit code 255) with no output. 如果执行提交时SVN提示255错误,则是 post-c ...

  2. php output详解,PHP输出缓冲控制Output Control系列函数详解,output函数详解

    PHP输出缓冲控制Output Control系列函数详解,output函数详解 概述 以前研究过PHP的输入输出缓冲,不过博客搬家以后,原来文章找不到了,今天看到一篇好文,顺便转载过来. 简介 说到 ...

  3. 数据流DataInput(Output)Stream 和 字节数组流 ByteArrayInput(Output) Stream

    一, 1个网络传输模型 在一个网络传输模型中. 假如1个电脑A想把1个double类型的值12345.678 传给另1个网络另一端的电脑B. 要如何实现呢? 大概分成几个步骤. 1. 转为字节数组(电 ...

  4. 报错解决transmission: Error: Input/Output error和ls: reading directory '': Input/output error

    transmission: Error: Input/Output error 晚上想用transmission下载新的种子时报错:Error: Input/Output error. 我很奇怪,先运 ...

  5. python里output是什么意思_python-Python Input and Output

    Python Input and Output 1. Numpy 'save' and 'load' >>> import numpy as np >>> matr ...

  6. 【TensorFlow-serving】初步学习模型部署

    前言 初步学习tensorflow serving的手写数字识别模型部署.包括简单的模型训练.保存.部署上线.因为对docker和网络不太熟悉,可能会有部分错误,但是看完博客,能跑通整个流程.此博客将 ...

  7. FPGA问题记录之:Warning (13024): Output pins are stuck at VCC or GND

    FPGA问题记录之: Warning (13024): Output pins are stuck at VCC or GND Warning (21074): Design contains 16 ...

  8. Codeforces 894.D Ralph And His Tour in Binary Country

    D. Ralph And His Tour in Binary Country time limit per test 2.5 seconds memory limit per test 512 me ...

  9. LeetCode 145. Binary Tree Postorder Traversal--后序遍历--先序遍历反向输出--递归,迭代--C++,Python解法

    题目地址:Binary Tree Postorder Traversal - LeetCode Given a binary tree, return the postorder traversal ...

  10. I.MX6 I2C DS1337 disable square-wave output

    linux I2C DS1337 disable square-wave output\\\\\\\\\\\-*- 目录 -*-//| 一.DS1337访问寄存器说明: | 二.cat main.c| ...

最新文章

  1. 大学计算机课程改革项目,大学计算机课程改革.ppt
  2. python http接口_python实现http接口测试
  3. 4行代码搞定iframe高度自动变化,完美兼容(转)
  4. memsql 落地mysql_MemSQL初体验 - (2)初始化测试环境
  5. python变量和变量赋值的几种形式
  6. 简单常用滤波算法C语言实现
  7. substr(IndexAction,1,-6)
  8. Magento教程 3:如何在Magento社群版(Community Edition)安装范例资料?
  9. linux下关于密码复杂度设置
  10. ansible-playbook Roles include
  11. html放大镜小图标,canvas初尝试之放大镜图标绘制
  12. vue2.0网易云音乐播放器 (实时更新)
  13. oracle odac 客户端 区别,ODAC使用指南 (一)ODAC常见问题集
  14. vscode如何显示css
  15. 学习了pr后的收获_PR学习感悟
  16. 代码质量保证体系(上)
  17. 720全景制作 - 微信、PC、移动web
  18. Bilibili弹幕文件参数
  19. Andromeda 源码解析 (同步获取服务)
  20. 安卓版c语言怎么使用教程,C语言教程最新安卓版下载v1.0-游迅网

热门文章

  1. 使用vue搭建项目(创建手脚架)
  2. DeBruijin HDU - 2894(????????)
  3. 2017/4/27 morning
  4. iOS 进阶 第二十二天(0603)
  5. 静态方和和实例方法的区别
  6. Mahout学习笔记-分类算法之Decision Forest
  7. NHibernate ModelBinder for mvc3
  8. 二年级四则运算扩展,可以指定题目数量,并可支持真分数运算
  9. 使用Emit反射建立运行时模型
  10. 浅谈移动前端的最佳实践