Git (git) 在 ubuntu 中 运行 buildozer 时找不到
Git (git) not found when running buildozer in ubuntu
当尝试使用 buildozer 将我的 kivy 应用程序编译为虚拟 ubuntu 机器中的 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
当尝试使用 buildozer 将我的 kivy 应用程序编译为虚拟 ubuntu 机器中的 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