[从源代码编译]怎么终端设置了代理还是这鸟样

我已经设置好终端代理了

(base) ➜  julia-master curl -I www.google.com         
HTTP/1.1 200 OK
date: Sun, 03 May 2020 15:37:49 GMT
expires: -1
cache-control: private, max-age=0
content-type: text/html; charset=ISO-8859-1
p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info."
server: gws
x-xss-protection: 0
x-frame-options: SAMEORIGIN
set-cookie: 1P_JAR=2020-05-03-15; expires=Tue, 02-Jun-2020 15:37:49 GMT; path=/; domain=.google.com; Secure
set-cookie: NID=203=ceMICiGKUwQpj2B3nzs9S1_LwJMzkriMb6_f2PYO2nqpRMOeK6xc57QzJX9SSg_yBUqzjWSesSS-ztScR9ntfjAxnOHq7gU-MWRPaHUoFNrnBrKw7KNACVzqlB16wK8PL8Ff5IVEMbx8ssxKfTjMCA0ieTycJDE9ced2FixnRoY; expires=Mon, 02-Nov-2020 15:37:49 GMT; path=/; domain=.google.com; HttpOnly
accept-ranges: none
vary: Accept-Encoding
connection: close
transfer-encoding: chunked

可是从源代码编译的时候

curl: (22) The requested URL returned error: 404 Not Found
/home/steiner/disk/disk1/Download/images/julia-master/deps/suitesparse.mk:144: recipe for target '/home/steiner/disk/disk1/Download/images/julia-master/deps/srccache/SuiteSparse.v5.4.0-6..tar.gz' failed
make[1]: *** [/home/steiner/disk/disk1/Download/images/julia-master/deps/srccache/SuiteSparse.v5.4.0-6..tar.gz] Error 22
Makefile:60: recipe for target 'julia-deps' failed

一脸蒙B

不是有 “啥都有”的源码包么,那个就不用担心网络的问题。