Libhttp_parser_2_7_1.zip is unavailable

Background information:
It is Whippet leads me to here to ask this question. According to the instruction of Whippet, I have installed Julia v0.6.4 on Linux. But I cannot install “Whippet” through Pkg.add("Whippet"), because the github.com is prohibited on our Linux server. So, I switch to install Julia packages offline. Searching a while, one solution emerged that installing the packages on one computer and then copy the “.julia/v0.6” in that computer to the same directory on the Linux server. I do as they suggested, and encounter another problem while running "Pkg.add("Whippet") on Windows.

julia> Pkg.add(“Whippet”)
INFO: Initializing package repository xxx
INFO: Installing ArgParse v0.6.2
INFO: Installing Automa v0.6.2
INFO: Installing BGZFStreams v0.2.0
INFO: Installing BinDeps v0.8.10
INFO: Installing BinaryProvider v0.3.3
INFO: Installing BioAlignments v0.3.0
INFO: Installing BioCore v1.4.0
INFO: Installing BioSequences v0.8.3
INFO: Installing BioSymbols v2.0.1
INFO: Installing BufferedStreams v0.4.1
INFO: Installing Calculus v0.4.1
INFO: Installing Codecs v0.4.0
INFO: Installing ColorTypes v0.6.7
INFO: Installing Combinatorics v0.6.0
INFO: Installing Compat v2.2.0
INFO: Installing DataStructures v0.8.4
INFO: Installing Distributions v0.15.0
INFO: Installing FMIndexes v0.1.0
INFO: Installing FixedPointNumbers v0.4.6
INFO: Installing GenomicFeatures v0.2.1
INFO: Installing Glob v1.1.1
INFO: Installing HttpCommon v0.4.0
INFO: Installing HttpParser v0.4.0
INFO: Installing Humanize v0.4.1
INFO: Installing IndexableBitVectors v0.1.2
INFO: Installing IntArrays v0.1.0
INFO: Installing IntervalTrees v0.4.1
INFO: Installing IterTools v0.2.1
INFO: Installing JSON v0.17.2
INFO: Installing Libz v0.4.0
INFO: Installing MbedTLS v0.5.14
INFO: Installing Missings v0.2.10
INFO: Installing Nullables v0.0.8
INFO: Installing PDMats v0.8.0
INFO: Installing Polynomials v0.4.0
INFO: Installing QuadGK v0.3.0
INFO: Installing Requests v0.5.1
INFO: Installing Rmath v0.4.0
INFO: Installing SHA v0.5.7
INFO: Installing SortingAlgorithms v0.2.1
INFO: Installing SpecialFunctions v0.6.0
INFO: Installing StatsBase v0.23.1
INFO: Installing StatsFuns v0.6.1
INFO: Installing SuffixArrays v0.1.0
INFO: Installing TextWrap v0.3.0
INFO: Installing TranscodingStreams v0.5.4
INFO: Installing Twiddle v0.4.0
INFO: Installing URIParser v0.3.1
INFO: Installing WaveletMatrices v0.2.0
INFO: Installing Whippet v0.11.1
INFO: Building SpecialFunctions
INFO: Building Rmath
Info: Downloading xxx to xxx…
INFO: Building HttpParser
Info: Attempting to create directory xxx
Info: Downloading file libhttp_parser_2_7_1.zip
使用“2”个参数调用“DownloadFile”时发生异常:“远程服务器返回错误: (403) 已禁止。”
所在位置 行:1 字符: 82

  • … pe]::Tls12; (new-object net.webclient).DownloadFile("xxx …
  •             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:slight_smile: , MethodInvocationException
    • FullyQualifiedErrorId : WebException

=================================================[ ERROR: HttpParser ]==================================================
LoadError: failed process: Process('xxx' -NoProfile -Command '[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (new-object net.webclient).DownloadFile("libhttp_parser_2_7_1.zip", "xxx")', ProcessExited(1)) [1]
while loading build.jl, in expression starting on line 80

========================================================================================================================INFO: Building MbedTLS
Info: Downloading xxx to xxx…
Info: using prebuilt binaries

====================================================[ BUILD ERRORS ]====================================================
WARNING: HttpParser had build errors.

  • packages with build errors remain installed in C:\Users\ThinkPad.julia\v0.6
  • build the package(s) and all dependencies with Pkg.build("HttpParser")
  • build a single package by running its deps/build.jl script

========================================================================================================================INFO: Package database updated

So, I rerun the command Pkg.build("HttpParser") and got the same error message.
Then I paste the directory of “https://s3.amazonaws.com/julialang/bin/winnt/extras/libhttp_parser_2_7_1.zip” to the web browser and got the following information:
Because this is my first post, the system said I am allowed to use only two links in this post, I replaced the links in this post with xxx and removed the header part of the links.

This XML file does not appear to have any style information associated with it. The document tree is shown below.

<Error>

<Code>AccessDenied</Code>

<Message>Access Denied</Message>

<RequestId>A17D5D43AF1CC69A</RequestId>

<HostId>

7qe3KJScSshoyLveko5ZjGQPLk7Jmlgd0sLUAMpSAYF0XUcp8T4HbHbczcgQHupKvZw7mvvYHcA=

</HostId>

</Error>

So, now, the stone in front of me is the “libhttp_parser_2_7_1.zip is unavailable”. Could anyone tell me how to solve this problem?

Best!