https://github.com/tradloff/git-annex-RPi
Problem:
git-annex: error while loading shared libraries: libgnutls.so.26: cannot open shared object file: No such file or directory
fatal: 'annex' appears to be a git command, but we were not
able to execute it. Maybe git-annex is broken?
Solution:
sudo ln -s /usr/lib/arm-linux-gnueabihf/libgnutls.so /usr/lib/arm-linux-gnueabihf/libgnutls.so.26
Showing posts with label GIT-ANNEX. Show all posts
Showing posts with label GIT-ANNEX. Show all posts
2015-10-02
2015-02-15
GIT ANNEX
Installing latest git version
$ sudo add-apt-repository ppa:git-core/ppa
$ apt-get update && apt-get --only-upgrade install git
$ apt-get install git-annex
$ git --version
git version 2.3.0
$ git annex version
git-annex version: 5.20140412ubuntu1
https://git-annex.branchable.com/walkthrough/
Git-annex binary for Raspberry-pi
https://github.com/tradloff/git-annex-RPi
Windows version
https://downloads.kitenet.net/git-annex/windows/current/
Subscribe to:
Posts (Atom)