JeremyRand
commented at 5:04 PM on May 5, 2016:
contributor
The example local paths for "Building fully offline" were missing a forward slash prior to the ".git". This caused an error when trying to run gbuild, like this:
fatal: '/home/user/bitcoin.git' does not appear to be a git repository
fatal: Could not read from remote repository.
This PR fixes that.
laanwj
commented at 5:06 PM on May 5, 2016:
member
I don't think the /.git is necessary at all.
This is probably a case of the person writing this having the directories named like <something>.git.
Do agree with removing those though, as that prefix is not there by default.
JeremyRand
commented at 5:13 PM on May 5, 2016:
contributor
@laanwj Indeed, you are correct; the /.git is optional. Leaving out the / while having the .git present does not work, though (which is what the current docs say). Would you prefer that I modify this PR to remove the /.git?
laanwj
commented at 5:27 PM on May 5, 2016:
member
The example local paths for "Building fully offline" have an extraneous ".git". This caused an error when trying to run gbuild, like this
fatal: '/home/user/bitcoin.git' does not appear to be a git repository
fatal: Could not read from remote repository.
This commit fixes that.
b06f6a992b
JeremyRand force-pushed on May 5, 2016
JeremyRand
commented at 11:11 PM on May 5, 2016:
contributor
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2026-04-15 03:15 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me