Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/visual-studio-code/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Visual studio code 在VSCode中使用IBM区块链平台扩展部署链码时出错_Visual Studio Code_Hyperledger Fabric - Fatal编程技术网

Visual studio code 在VSCode中使用IBM区块链平台扩展部署链码时出错

Visual studio code 在VSCode中使用IBM区块链平台扩展部署链码时出错,visual-studio-code,hyperledger-fabric,Visual Studio Code,Hyperledger Fabric,我尝试使用go版本的示例链码,但多次失败。 VsCode的错误信息如下 Failed to install on peer Org1 Peer with reason: Could not install smart contact received error: failed with status:500 ::failed to invoke backing implementation of 'InstallChaincode': could not build chaincode: ex

我尝试使用go版本的示例链码,但多次失败。 VsCode的错误信息如下

Failed to install on peer Org1 Peer with reason: Could not install smart contact received error: failed with status:500 ::failed to invoke backing implementation of 'InstallChaincode': could not build chaincode: external builder failed: external builder failed to build: external builder 'golang' failed: exit status 1
但在使用javascript版本时,它可以正常工作。 我希望使用golang开发我的项目,我应该怎么做?

查看并遵循与设置/版本相关的步骤