根据论文源码https://github.com/facebookresearch/detr首先克隆存储库
git clone https://github.com/facebookresearch/detr.git
报错:-bash: git: command not found
解决办法:
sudo apt-get update
sudo apt-get install git-core
git --version
再执行git clone又报了下面的错误
fatal: unable to access 'https://github.com/facebookresearch/detr.git/'