brew install wget   

或者

curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz

tar xzvf wget-1.13.4.tar.gz
cd wget-1.13.4
./configure --with-ssl=openssl
sudo make
sudo make install
which wget #Should output: /usr/local/bin/wget

相关文章:

  • 2021-08-20
  • 2022-12-23
  • 2022-12-23
  • 2022-01-05
  • 2021-10-15
  • 2022-01-22
  • 2021-04-01
猜你喜欢
  • 2022-12-23
  • 2022-01-02
  • 2022-12-23
  • 2021-08-04
  • 2021-04-05
  • 2021-04-09
  • 2021-12-22
相关资源
相似解决方案