Skip to content

Instantly share code, notes, and snippets.

@nedbat
Created October 19, 2016 11:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nedbat/655e2671abc7f5cd5d09ee83e48b9795 to your computer and use it in GitHub Desktop.
Save nedbat/655e2671abc7f5cd5d09ee83e48b9795 to your computer and use it in GitHub Desktop.
$ PAGER= git fetch --help
sh: -c: line 0: syntax error near unexpected token `||'
sh: -c: line 0: `(cd '/usr/local/Cellar/git/2.9.3/share/man' && (echo ".ll 14.4i"; echo ".nr LL 14.4i"; /bin/cat '/usr/local/Cellar/git/2.9.3/share/man/man1/git-fetch.1') | /usr/bin/tbl | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | ( || true))'
Error executing formatting or display command.
System command (cd '/usr/local/Cellar/git/2.9.3/share/man' && (echo ".ll 14.4i"; echo ".nr LL 14.4i"; /bin/cat '/usr/local/Cellar/git/2.9.3/share/man/man1/git-fetch.1') | /usr/bin/tbl | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | ( || true)) exited with status 512.
Man page /usr/local/share/man/man1/git-fetch.1 is identical to /usr/local/Cellar/git/2.9.3/share/man/man1/git-fetch.1
sh: -c: line 0: syntax error near unexpected token `||'
sh: -c: line 0: `(cd '/Library/Developer/CommandLineTools/usr/share/man' && (echo ".ll 14.4i"; echo ".nr LL 14.4i"; /bin/cat '/Library/Developer/CommandLineTools/usr/share/man/man1/git-fetch.1') | /usr/bin/tbl | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | ( || true))'
Error executing formatting or display command.
System command (cd '/Library/Developer/CommandLineTools/usr/share/man' && (echo ".ll 14.4i"; echo ".nr LL 14.4i"; /bin/cat '/Library/Developer/CommandLineTools/usr/share/man/man1/git-fetch.1') | /usr/bin/tbl | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | ( || true)) exited with status 512.
No manual entry for git-fetch
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment