Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: The-Bob on January 02, 2019, 11:38:21 PM

Title: Can't load git
Post by: The-Bob on January 02, 2019, 11:38:21 PM
After downloading git via the tce command line tool (Running on a headless pi via ssh, no gui),
Code: (bash) [Select]
tce-load -i git.tcz gives error
Code: (bash) [Select]
mount: mounting /dev/loop15 on /tmp/tcloop/git failed: Invalid argument
Edit: after a restart it gives
Code: (bash) [Select]
git is already installed but git -h gives
Code: (bash) [Select]
-sh: git: not founddf -h does not list git.
Title: Re: Can't load git
Post by: Juanito on January 03, 2019, 12:16:32 AM
Perhaps your download is corrupted - did you check the md5sum?
Title: Re: Can't load git
Post by: The-Bob on January 03, 2019, 12:23:25 AM
I did not, what's the command for that?
Title: Re: Can't load git
Post by: Juanito on January 03, 2019, 12:39:40 AM
Code: [Select]
$ md5sum -c git.tcz.md5.txt
Title: Re: Can't load git
Post by: The-Bob on January 03, 2019, 12:49:42 AM
Yep, it was a corrupted file.  Reinstalled and it worked.  Thanks!