AIstudio 上下载 PaddelVideo 的一些问题及解决办法

问题

# 进入到gitclone 的PaddleVideo目录下
%cd ~/work/

# 从Github上下载PaddleVideo代码
#!git clone https://github.com/PaddlePaddle/PaddleVideo.git
# 若网速较慢,可使用如下方法下载
!git clone https://hub.fastgit.org/PaddlePaddle/PaddleVideo.git

无论是以上哪一种,都会出现下面的 error 导致无法下载:

/home/aistudio/work
Cloning into 'PaddleVideo'...
fatal: unable to access 'https://github.com/PaddlePaddle/PaddleVideo.git/': gnutls_handshake() 
failed: The TLS connection was non-properly terminated.

然后我把这个问题,发布到了问答社区:

AIstudio 上下载 PaddelVideo 的一些问题及解决办法_第1张图片
期待有好心人可以帮忙解答。

解决办法

目前我的解决办法是,手动从 github 的 PaddleVideo 下载 .zip 压缩包,然后再上传到 AIstudio 上进行解压缩。

!unzip PaddleVideo.zip 命令来解压缩:

AIstudio 上下载 PaddelVideo 的一些问题及解决办法_第2张图片

你可能感兴趣的:(#,PaddelVideo,相关,git,github,paddlepaddle)