• 路径问题
    通过adb pull/push path时,path会被自动拼接git bash的路径,而非目标设备的路径。
    https://www.it1352.com/2197942.html

    $ adb push myfile '/mnt/sdcard/'
    failed to copy 'myfile' to 'C:/Program Files (x86)/Git/mnt/sdcard/': No such file or directory

    改成adb push myfile '//mnt\sdcard\'即可

分类: git

0 条评论

发表回复

您的电子邮箱地址不会被公开。