jmeter is not downloading using brew in mac osx

旧时模样 提交于 2019-12-12 15:45:11

问题


I tried to install jmeter by following this question but I fail and got below error

$ brew install jmeter

==> Downloading http://www.apache.org/dyn/closer.cgi?path=jmeter/binaries/apache-jmeter-2.11.tgz

==> Best Mirror http://mirror.cogentco.com/pub/apache/jmeter/binaries/apache-jmeter-2.11.tgz

curl: (22) The requested URL returned error: 404 Not Found

Error:Failed to download resource "jmeter" Download failed: http://mirror.cogentco.com/pub/apache/jmeter/binaries/apache-jmeter-2.11.tgz

Why is this? Is the link broken and how to replace it?


回答1:


Try to first update brew:

  • brew update

Then retry it again, as it should download jmeter 2.12 not 2.11.

Also if you want to download jmeter-plugins with it, you can use:

  • brew install jmeter --with-plugins


来源:https://stackoverflow.com/questions/27098634/jmeter-is-not-downloading-using-brew-in-mac-osx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!