0

I am using Xubuntu on a virtual machine and my internet is working fine. I'm trying to install git and sudo apt-get install git is also not working.

Terminal says:

E: Unable to fetch some archives
Maybe run apt-get update or try with --fix-missing?
muru
  • 197,895
  • 55
  • 485
  • 740

1 Answers1

0

im not sure but try sudo apt-get install git --fix-missing or you can build it from the source with this guide Check Build Git from source on Linux section

BENZ
  • 11