MaixPy-v1 icon indicating copy to clipboard operation
MaixPy-v1 copied to clipboard

fail `git submodule update --init --recursive`

Open RyotaFujie opened this issue 3 years ago • 1 comments

Describe the bug I got an error when I use git submodule update --init --recursive

To Reproduce Steps to reproduce the behavior:

  1. Go to ./MaixPy
  2. run git submodule update --init --recursive
  3. See error

Expected behavior

fatal: remote error: upload-pack: not our ref 1ef6f4c0b2cb8b1872b6ffe9337f4e02d5487fa6
fatal: Fetched in submodule path 'tools/flash/kflash_py', but it did not contain 1ef6f4c0b2cb8b1872b6ffe9337f4e02d5487fa6. Direct fetching of that commit failed.

Please complete the following information

  • Firmware version: 0.6.2
  • OS: macOS

RyotaFujie avatar May 20 '22 14:05 RyotaFujie

Likely fixed by https://github.com/sipeed/MaixPy-v1/commit/f52f5886d1928ac093bab2e0e50022db64b9be89

AIWintermuteAI avatar Apr 03 '25 13:04 AIWintermuteAI