mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-20 22:04:19 +02:00
release-process: Specify remote name in "git fetch"
Avoids "does not appear to be a git repository" error. Fixes #24329
This commit is contained in:
parent
b6b7815ddc
commit
876b91c383
@ -97,7 +97,7 @@ Checkout the Bitcoin Core version you'd like to build:
|
|||||||
pushd ./bitcoin
|
pushd ./bitcoin
|
||||||
SIGNER='(your builder key, ie bluematt, sipa, etc)'
|
SIGNER='(your builder key, ie bluematt, sipa, etc)'
|
||||||
VERSION='(new version without v-prefix, e.g. 0.20.0)'
|
VERSION='(new version without v-prefix, e.g. 0.20.0)'
|
||||||
git fetch "v${VERSION}"
|
git fetch origin "v${VERSION}"
|
||||||
git checkout "v${VERSION}"
|
git checkout "v${VERSION}"
|
||||||
popd
|
popd
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user