2020-08-20

root@ubuntu:/opt# git clone git://git.videolan.org/x264
正克隆到 'x264'...
fatal: remote error: access denied or repository not exported: /x264
进行x264安装的时候出现的问题:

换个地址即可:

git clone https://git.videolan.org/git/x264.git

你可能感兴趣的:(2020-08-20)