Python 在ubuntu中运行buildozer时未找到Git(Git)

Python 在ubuntu中运行buildozer时未找到Git(Git),python,git,ubuntu,kivy,buildozer,Python,Git,Ubuntu,Kivy,Buildozer,当试图在虚拟ubuntu机器中将我的kivy应用程序与buildozer编译成apk时,出现以下错误: Debian 'dpkg' package management program version 1.19.0.5 (amd64). This is free software; see the GNU General Public License version 2 or later for copying conditions. There is NO warranty. # Search

当试图在虚拟ubuntu机器中将我的kivy应用程序与buildozer编译成apk时,出现以下错误:

Debian 'dpkg' package management program version 1.19.0.5 (amd64).
This is free software; see the GNU General Public License version 2 or
later for copying conditions. There is NO warranty.
# Search for Git (git)
# Git (git) not found, please install it.

这意味着什么?我应该做些什么来解决这个问题???

这意味着你应该安装git。在Debian中,这应该是可行的:

sudo apt-get install git