2021年5月1日 星期六

ubuntu 如何用最新版本的 git

$git --version
$sudo  add-apt-repository ppa:git-core/ppa
$sudo  apt-get update
$sudo  apt-cache policy git
$sudo  apt-get install git
$sudo  apt-cache policy git
$git --version

沒有留言:

張貼留言

Ubuntu 18.04 讀卡機 driver , ( IT-500U )

# ubuntu 18.04.06 , Let   (info-think it-500U card-reader) driver work $sudo apt-get install build-essential libusb-1.0-0-dev libpcsclite-de...