如何在 Ubuntu 上更新 git 客户端?
How to renew git client on Ubuntu?
每当我使用 git
命令时,我都会收到此警告:
您的 git 版本是 1.9.1。其中存在严重的安全漏洞。
更多信息在这里:https://blog.heroku.com/archives/2014/12/23/update_your_git_clients_on_windows_and_os_x
但是我有Ubuntu。我尝试运行 sudo apt-get update
,然后运行 sudo apt-get upgrade
,但它不会更新 git 客户端版本。
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
每当我使用 git
命令时,我都会收到此警告:
您的 git 版本是 1.9.1。其中存在严重的安全漏洞。 更多信息在这里:https://blog.heroku.com/archives/2014/12/23/update_your_git_clients_on_windows_and_os_x
但是我有Ubuntu。我尝试运行 sudo apt-get update
,然后运行 sudo apt-get upgrade
,但它不会更新 git 客户端版本。
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git