$ adb shell pull /storage/emulated/0/Download/* ./zsh: no matches found: /storage/emulated/0/Download/*zsh: no matches found是因为 zsh 会在本机先展开*本地没有匹配项就报错adb根本还没执行。正确的做法是adb pull /storage/emulated/0/Download/. ./