为什么要检查版本标签?

发布于 2025-02-12 19:40:22 字数 381 浏览 0 评论 0原文

我正在尝试进行Hyperledger Run的测试网络,并目前正在寻找我的错误。 HyperLeDger的网站指示在克隆织物样本存储库后“结帐正确的版本标签”: https://hyperledger-fabric.readthedocs.io/en/release-2.2/test_network.html#before-you-begin

版本标签是什么?找不到有关它的任何信息,因此到目前为止忽略了它。

I'm trying to make the test-network of hyperledger run and currently searching for mistakes of mine. The website of hyperledger instructs to "checkout the correct version tag" after cloning the fabric-sample repository:
https://hyperledger-fabric.readthedocs.io/en/release-2.2/test_network.html#before-you-begin

What is the version tag and how/why check it? Cannot find any information about it and therefor ignored it until now.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放低过去 2025-02-19 19:40:22

织物样品存储库具有用于相应版本的HyperLeDger织物的GIT标签。您可以看到所有标签在这里。克隆回购后,您必须查看与面料版本相匹配的标签。
例如,如果您使用的是织物2.2.6,请像

git checkout v2.2.6

fabric-samples repo is having git tags for corresponding versions of Hyperledger Fabric. You can see all the tags here. After cloning the repo, you have to checkout to the tag that is matching the fabric version.
For example, if you are using fabric 2.2.6, checkout to that tag like

git checkout v2.2.6
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文