Nov 19
|
We tried the following, but it didn’t work.
apt-get install git
The Debian git package is actually “GNU Interactive Tools”, the package you need for git is “git-core”.
apt-get install git-core
CategoriesArchives
|
We tried the following, but it didn’t work.
The Debian git package is actually “GNU Interactive Tools”, the package you need for git is “git-core”.
|
|