ubuntu无法找到安装包

fisco bcos区块链搭建下载时,出现无法找到安装包的问题。
下载命令:sudo apt install git clone https://github.com/FISCO-BCOS/generator.git
返回: E:无法定位软件包 clone
E: 无法定位软件包 https://github.com/FISCO-BCOS
E:无法按照 glob 'https://github.com/FISCO-BCOS' 找到任何软件包
E:无法按照正则表达式 https://github.com/FISCO-BCOS 找到任何软件包
sudo apt-get update已使用,无法解决
修改过镜像源,无法解决

这个是git的项目吧,乌班图的软件库里当然没有啊
如果你要下载的话可以试一下下面的

git clone https://github.com/FISCO-BCOS/generator

找到它的安装教程了
https://fisco-bcos-doc.readthedocs.io/zh_CN/latest/docs/quick_start/air_installation.html