如何在 OS X El Capitan 上安装 ngrok?
How can I install ngrok on OS X El Capitan?
首先我尝试从网站下载,ngrok-stable-darwin-amd64.zip。当我尝试通过终端解压缩时,我得到:
Archive: /Users/User/Downloads/ngrok-stable-darwin-amd64.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of /Users/User/Downloads/ngrok-stable-darwin-amd64.zip or
/Users/User/Downloads/ngrok-stable-darwin-amd64.zip.zip, and cannot find /Users/User/Downloads/ngrok-stable-darwin-amd64.zip.ZIP, period.
使用 Unarchiver 解压缩响应:
There was a problem while reading the contents of the file
"ngrok-stable-darwin-amd64.zip": Data is corrupted
尝试了自制路线,brew cask install ngrok
,无济于事:
==> Downloading https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-darwin-amd64.z
##### 7.0%
curl: (56) SSLRead() return error -9806
Error: Download failed on Cask 'ngrok' with message: Download failed: https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-darwin-amd64.zip
The incomplete download is cached at /Users/User/Library/Caches/Homebrew/Cask/ngrok--2.1.3,4VmDzA7iaHb.zip.incomplete
我正在尝试启用 Vagrant share。为什么我无法安装 ngrok,或者更重要的是,我该如何安装?
谢谢。
您可以将 ngrok 安装为全局 npm 包。试试这个:
npm install ngrok -g
有关详细信息,请访问检查 this page。
首先我尝试从网站下载,ngrok-stable-darwin-amd64.zip。当我尝试通过终端解压缩时,我得到:
Archive: /Users/User/Downloads/ngrok-stable-darwin-amd64.zip
End-of-central-directory signature not found. Either this file is not
a zipfile, or it constitutes one disk of a multi-part archive. In the
latter case the central directory and zipfile comment will be found on
the last disk(s) of this archive.
unzip: cannot find zipfile directory in one of /Users/User/Downloads/ngrok-stable-darwin-amd64.zip or
/Users/User/Downloads/ngrok-stable-darwin-amd64.zip.zip, and cannot find /Users/User/Downloads/ngrok-stable-darwin-amd64.zip.ZIP, period.
使用 Unarchiver 解压缩响应:
There was a problem while reading the contents of the file "ngrok-stable-darwin-amd64.zip": Data is corrupted
尝试了自制路线,brew cask install ngrok
,无济于事:
==> Downloading https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-darwin-amd64.z
##### 7.0%
curl: (56) SSLRead() return error -9806
Error: Download failed on Cask 'ngrok' with message: Download failed: https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-darwin-amd64.zip
The incomplete download is cached at /Users/User/Library/Caches/Homebrew/Cask/ngrok--2.1.3,4VmDzA7iaHb.zip.incomplete
我正在尝试启用 Vagrant share。为什么我无法安装 ngrok,或者更重要的是,我该如何安装?
谢谢。
您可以将 ngrok 安装为全局 npm 包。试试这个:
npm install ngrok -g
有关详细信息,请访问检查 this page。