我正在远程 ubuntu 服务器上工作。
当我运行 时git which
,什么都没有发生。当我运行 时git --version
,什么都没有发生。这表明服务器上未安装 git。
然而,当我尝试使用 安装 git 时apt install git
,响应是
git is already the newest version (1:2.25.1-1ubuntu3.10).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
我很困扰...
答案1
看来你的 git 安装已损坏。使用以下命令删除并重新安装 git:
sudo apt remove git && sudo apt install git