question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

git fetch --help does not work in self-hosting

See original GitHub issue

When doing ‘git fetch --help’ in the theia-dev container following che-theia/Contributing.md, I get an error:

git fetch --help
warning: failed to exec 'man': No such file or directory
fatal: no man viewer handled the request

I would expect help to work for installed commands.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
benoitfcommented, Nov 14, 2019

it’s far better with man installed ^^

docker run --rm -it --entrypoint=sh eclipse/che-theia-dev:next
# git fetch --help
warning: failed to exec 'man': No such file or directory
fatal: no man viewer handled the request
# apk add man
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz
fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz
(1/2) Installing mdocml (1.14.3-r0)
(2/2) Installing man (1.14.3-r0)
Executing busybox-1.29.3-r10.trigger
OK: 241 MiB in 74 packages
/projects # git fetch --help
man: No entry for git-fetch in the manual.

well just kidding we need as well git-doc package

0reactions
benoitfcommented, Nov 15, 2019

@tsmaeder please file another issue

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git fetch failed with exit code: 141 - Visual Studio Feedback
I have an Agent pool with an Agent on the linux machine. Till yesterday non issues. Starting yesterday in the afternoon I get...
Read more >
git-fetch Documentation - Git
Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories.
Read more >
Self-Hosting a Private Git Server - YouTube
Git is one of the most popular version control systems for developers, with thousands of projects being hosted on GitHub.
Read more >
git pull not working (local files are not being overwritten) - Reddit
When i do git pull origin master : remote: Counting objects: 155, done. remote: Compressing objects: 100% (10/10), done. remote: Total 155 ...
Read more >
Migratin from BitBucket to selfhosted GIT SCM server on linux ...
git push origin --all. And I get the error: Remote "origin" does not support the LFS locking API. Consider disabling it with: $...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found