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
Leave a Reply
You must be logged in to post a comment.