!wget --无检查证书 \ https://storage.googleapis.com\ /laurencemoroney-blog.appspot.com/horse-or-human.zip \ -O /tmp/horse-or-human.zip
答案1
我寻找“wget 方案丢失”,并找到此链接 -https://askubuntu.com/questions/758080/getting-scheme-missing-error-with-wget
基于此,我在链接周围添加了简单的引号,并且起作用了:
!wget --no-check-certificate 'https://storage.googleapis.com/laurencemoroney-blog.appspot.com/horse-or-human.zip' \
-O /tmp/horse-or-human.zip