当我尝试为我的 Windows 7 64 位版本安装 esp-idf 和工具时,我收到此错误: 安装失败,退出代码为 128
这是日志的一部分...
2021-01-22 13:43:52.756 --------
2021-01-22 13:43:52.756 Resetting the submodules: D:\Git\cmd\git.exe -C D:\esp\esp-idf4.1 reset --hard
2021-01-22 13:43:56.589 Done, exit code=128
2021-01-22 13:43:56.589 --------
2021-01-22 13:43:56.589 Running command: D:\Git\cmd\git.exe -C D:\esp\esp-idf4.1 submodule foreach git reset --hard
Entering 'components/asio/asio
HEAD is now at 3b66e5b0 Simple ESP32 ASIO port excluding SSL and termio
Entering 'components/bootloader/subproject/components/micro-ecc/micro-ecc
HEAD is now at d037ec8 Add note that uECC_VLI_NATIVE_LITTLE_ENDIAN affects key compatiblit
Entering 'components/bt/controller/lib
HEAD is now at 238fc04 Fix ble disconnect due to instant of channel map update is too small(219866f
Entering 'components/bt/host/nimble/nimble
HEAD is now at fead24e5 Merge branch 'nimble/log_level_filtering' into 'nimble-1.2.0-idf
Entering 'components/cbor/tinycbor
HEAD is now at d2dd95c Fix compilation error in the documentatio
Entering 'components/coap/libcoap
error: unable to create symlink README: Permission denie
error: unable to create symlink examples/contiki/coap_config.h: Permission denie
error: unable to create symlink examples/lwip/coap_config.h: Permission denie
fatal: Could not reset index file to revision 'HEAD'
fatal: run_command returned non-zero status for components/coap/libcoa
2021-01-22 13:43:56.589 --------
2021-01-22 13:43:56.589 Message box (OK):
Installation has failed with exit code 128
2021-01-22 14:55:39.090 User chose OK.
2021-01-22 14:55:39.094 Message box (Yes/No):
Installation log has been created, it may contain more information about the problem.
Display the installation log now?
2021-01-22 14:55:41.155 User chose Yes.
2021-01-22 14:55:41.186 CurStepChanged raised an exception.
2021-01-22 14:55:41.213 Need to restart Windows? No
2021-01-22 14:55:41.221 Exception message:
2021-01-22 14:55:41.221 Message box (OK):
Out Of Range.
2021-01-22 14:55:41.258 User chose OK.
2021-01-22 14:55:41.260 Deinitializing Setup.
这是什么意思 ?它是否正确安装?
PS:我尝试使用 V4.1 和 V3.3 发布的 esp-idf 版本,但结局相同。