Ai-Thinker-Open / Ai-Thinker-WB2

Apache License 2.0
42 stars 28 forks source link

Filename too long #23

Open huster-songtao opened 5 months ago

huster-songtao commented 5 months ago

PS D:\Github> git clone https://github.com/Ai-Thinker-Open/Ai-Thinker-WB2.git Cloning into 'Ai-Thinker-WB2'... remote: Enumerating objects: 20820, done. remote: Counting objects: 100% (886/886), done. remote: Compressing objects: 100% (522/522), done. remote: Total 20820 (delta 416), reused 664 (delta 356), pack-reused 19934 Receiving objects: 100% (20820/20820), 243.36 MiB | 11.79 MiB/s, done.

Resolving deltas: 100% (8535/8535), done. error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/computers_devices_electronics/streamline-computers-devices-electronics-click-select-tablet--computers-devices-electronics.png: Filename too long error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/computers_devices_electronics/streamline-computers-devices-electronics-graphic-tablet-draw--computers-devices-electronics.png: Filename too long error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/entertainment_events_hobbies/streamline-entertainment-events-hobbies-game-machines-arcade-1--entertainment-events-hobbies.png: Filename too long error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/entertainment_events_hobbies/streamline-entertainment-events-hobbies-game-machines-arcade-2--entertainment-events-hobbies.png: Filename too long error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/entertainment_events_hobbies/streamline-entertainment-events-hobbies-game-pool-snooker-ball--entertainment-events-hobbies.png: Filename too long Updating files: 100% (13326/13326), done. fatal: unable to checkout working tree warning: Clone succeeded, but checkout failed. You can inspect what was checked out with 'git status' and retry with 'git restore --source=HEAD :/'

PS D:\Github> git clone https://github.com/Ai-Thinker-Open/Ai-Thinker-WB2.git fatal: destination path 'Ai-Thinker-WB2' already exists and is not an empty directory. PS D:\Github> git restore --source=HEAD :/ fatal: not a git repository (or any of the parent directories): .git PS D:\Github> cd Ai-Thinker-WB2 PS D:\Github\Ai-Thinker-WB2> git restore --source=HEAD :/ error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/computers_devices_electronics/streamline-computers-devices-electronics-click-select-tablet--computers-devices-electronics.png: Filename too long error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/computers_devices_electronics/streamline-computers-devices-electronics-graphic-tablet-draw--computers-devices-electronics.png: Filename too long error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/entertainment_events_hobbies/streamline-entertainment-events-hobbies-game-machines-arcade-1--entertainment-events-hobbies.png: Filename too long error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/entertainment_events_hobbies/streamline-entertainment-events-hobbies-game-machines-arcade-2--entertainment-events-hobbies.png: Filename too long error: unable to create file applications/peripherals/demo_spi/components/u8g2/u8g2/tools/font/streamline/icons/entertainment_events_hobbies/streamline-entertainment-events-hobbies-game-pool-snooker-ball--entertainment-events-hobbies.png: Filename too long