git installation error missing installation candidate

前端 未结 5 1913
遇见更好的自我
遇见更好的自我 2021-01-18 18:19

I tried installing git on Ubuntu 12.10 using the command sudo apt-get install git. But I am getting error message like this:

Readin         


        
5条回答
  •  心在旅途
    2021-01-18 19:04

    Try running below commands.

    sudo rm -vf /var/lib/apt/lists/*
    sudo apt-get update
    

提交回复
热议问题