Install git in Deepin OS
Jul 26, 2017 · 1 min read
Deepin has problems of nor found with its repositories :/ , example:
packages.deepin.com/deepin/pool/main/g/git/git-man_2.8.1-1_all.deb 404 0Not Found [IP:%20202.141.160.114 80]Exec sudo nano /etc/apt/sources.list and put
deb [by-hash=force] http://mirrors.kernel.org/deepin/ panda main contrib non-free
Now,
sudo apt-get update
sudo apt-get install git-coreI hope this helps.
