On my Xubuntu 14.04 system I've installed Git using
sudo apt-get install git
It's working all right (I'm only starting to learn it), but execution of
git diff
returns
error: cannot run sensible-paper: No such file or directory
as its first line. After the first line it gives the differences between the files, in other words, works all right.
Furthermore, command
man git
(or any other help commands, like git help commit
) returns:
man: can't execute sensible-paper: No such file or directory
man: command exited with status 255: (cd /home/max/Desktop/Git Learning && LESS=-ix8RmPm Manual page git-commit(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$PM Manual page git-commit(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$ MAN_PN=git-commit(1) sensible-paper)
And so I can't get any help on Git at all (from my shell). I've Googled for solution, but couldn't find anything similar to the above errors. Any help appreciated.