摘要: 1.Git中包含子模块是独立模块,Clone的时候需要特殊处理 git clone --recurse-submodules 拉取所有模块如果忘了, 下面命令可以后补$ git submodule update --recursive --init 或者$ git submodule init $ 阅读全文
posted @ 2025-07-11 14:31 hugingface 阅读(19) 评论(0) 推荐(0)
摘要: 对国产密码学方面命令行更改:openssl sm3改成了openssl dgst -sm3,但md5,sha1这些依旧可以使用openssl md5 参考:https://wiki.openssl.org/index.php/OpenSSL_3.0 阅读全文
posted @ 2025-07-11 10:12 hugingface 阅读(22) 评论(0) 推荐(0)