Browse Source

更新 'linux技巧'

coolsoul 7 months ago
parent
commit
ed67c5ce9a
1 changed files with 8 additions and 1 deletions
  1. 8 1
      linux技巧

+ 8 - 1
linux技巧

@@ -2,4 +2,11 @@
 tar --use-compress-program=pigz -xvpf rk3528.tar.gz -C /home/smith/build/
 
 多线程压缩
-tar --use-compress-program=pigz -cvpf rk3528.tar.gz rk3528
+tar --use-compress-program=pigz -cvpf rk3528.tar.gz rk3528
+
+
+firefly SDK .repo/repo/repo sync -l
+ModuleNotFoundError: No module named 'formatter
+解决方法: ./.repo/repo/subcmds/help.py
+删除formatter 导入
+增加 import textwrap