garden/content/articles/如何下载下不动的东西.md
SouthFox cb37e6a77b
All checks were successful
/ deploy (push) Successful in 1m12s
[build] create dir
2024-06-04 14:52:49 +08:00

58 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

+++
title = "如何下载下不动的东西"
author = ["SouthFox"]
date = 2022-09-12T23:38:00+08:00
lastmod = 2022-09-13T00:19:34+08:00
tags = ["newbie", "article", "publish"]
draft = false
+++
一些软件下起来每秒才 20~30 kb 的速度,焦急地盯着它下了一半然后就失败了?
或许有一些方法可以拯救这个状况。
### 科学上网环境 {#科学上网环境}
最根本的解决方案是有一个「正常」的上网环境,但是这个方法实现起来太过五花八门,而且即使有了相关工具可能对于小白来说也可能无法运用上。
### 使用一些镜像站或是代理站 {#使用一些镜像站或是代理站}
国内一些 IT 公司都有运营自己的镜像站,[缓存]({{< relref "../main/nw_缓存.md" >}})了一些常用的软件。
例如由淘宝维护的 npmmirror 镜像站:<https://registry.npmmirror.com>
或是一些由志愿者维护运行的[代理]({{< relref "../main/nw_代理.md" >}})网站,可以加速从 GitHub 下载软件时的速度。
例如fastgit [使用指南 | FastGit UK](https://doc.fastgit.org/zh-cn/guide.html) 。
使用例子:
假设 Hugo 的 GitHub 下载地址为:
<https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_extended_0.102.3_Windows-64bit.zip>
那么 fastgit 加速下载地址为:
<https://download.fastgit.xyz/gohugoio/hugo/releases/download/v0.102.3/hugo_extended_0.102.3_Windows-64bit.zip>
### 使用一些下载器进行下载(不推荐) {#使用一些下载器进行下载-不推荐}
例如迅雷,它会有专门的服务器[缓存]({{< relref "../main/nw_缓存.md" >}})用户下载的内容,所以一些国外下不动东西用迅雷进行下载有可能是下载的了的……但问题是,考虑迅雷带来的广告和对于用户隐私的损害,对比起下载速度是否值得呢?
## 一些常用软件的下载 {#一些常用软件的下载}
> 写在前面:我并没有对于这些软件进行测试(因为我现在系统不是 Win 系统),所以对于其软件是否能够正常运行及其安全性不做担保……如果你会校验,可以尝试自己校验试试。
### Git {#git}
npmmirror 下载:<https://registry.npmmirror.com/-/binary/git-for-windows/v2.37.3.windows.1/Git-2.37.3-64-bit.exe>
### Hugo {#hugo}
fastgit 下载:<https://download.fastgit.org/gohugoio/hugo/releases/download/v0.102.3/hugo_extended_0.102.3_Windows-64bit.zip>