添加了新的二进制文件,出现错误:

remote: -------------------------------------------------------------------------
remote: Your push was rejected because it contains binary files.
remote: Please use https://git-lfs.github.com/ to store binary files.
remote: See also: https://hf.co/docs/hub/repositories-getting-started#terminal
remote: 
remote: Offending files:
remote:   - data/audio/***.mp3 (ref: 
refs/heads/main)
remote: -------------------------------------------------------------------------
To hf.co:spaces/dubox/node-clients
 ! [remote rejected] main -> main (pre-receive hook declined)
error: failed to push some refs to 'hf.co:spaces/dubox/node-clients'

- 阅读剩余部分 -

最近调试一个手机外接设备,这个设备占了手机的Type-C口,就没法连电脑USB调试了。

好早就看到过Android Studio​可以通过WiFi连接,但是鸿蒙4.0的开发者选项里面没有“WiFi调试”的选项,

起初还以为鸿蒙4.0的Android版本在11以下(Android 11+ 才能WiFi调试)

一通研究发现是鸿蒙隐藏了这些选项,功能还是有的,可以通过adb命令连接:

- 阅读剩余部分 -