Ubuntu 16.04 上的 Smartgit 安装
Smartgit installation on Ubuntu 16.04
我已经使用以下命令在 ubuntu 上安装了 smartgit:
sudo add-apt-repository ppa:eugenesan/ppa
sudo apt-get update
sudo apt-get install smartgithg
但是每当我 运行 smartgit 时,我都会收到消息下载新版本。我从官方网站下载了这个包,但它似乎不包含可执行文件 script.How 来解决这个问题?
您可以尝试从 Smargithg download page 下载 Debian 软件包 deb。
双击它,或尝试 command-line installation。
据推测,这将安装 17.1.1 latest version.
我已经使用以下命令在 ubuntu 上安装了 smartgit:
sudo add-apt-repository ppa:eugenesan/ppa
sudo apt-get update
sudo apt-get install smartgithg
但是每当我 运行 smartgit 时,我都会收到消息下载新版本。我从官方网站下载了这个包,但它似乎不包含可执行文件 script.How 来解决这个问题?
您可以尝试从 Smargithg download page 下载 Debian 软件包 deb。
双击它,或尝试 command-line installation。
据推测,这将安装 17.1.1 latest version.