Git报错x509: certificate signed by unknown authority

下载报错:

Error downloading object: model-00001-of-00008.safetensors (ed3ac49): Smudge error: Error downloading model-00001-of-00008.safetensors (ed3ac4983f682a999b0e4b6f072aad294c4fd9a7e968e90835ba5c4b466d3c7c): LFS: Get https://cdn-lfs.huggingface.co/repos/XXX: x509: certificate signed by unknown authority

Errors logged to /mnt/CV_data/Model/RerankerModel/Qwen-7B-Chat/.git/lfs/objects/logs/20231220T074511.758960773.log
Use `git lfs logs last` to view the log.
error: external filter 'git-lfs filter-process' failed
fatal: model-00001-of-00008.safetensors: smudge filter lfs failed

解决办法:

GIT_SSL_NO_VERIFY=1 git clone https://huggingface.co/Qwen/Qwen-7B-Chat

参考资料:

https://stackoverflow.com/questions/60349972/git-lfs-give-x509-certificate-signed-by-unknown-authority

相关推荐

  1. git

    2023-12-21 07:22:01       31 阅读
  2. git提交代码异常error:bad signature 0x00000000

    2023-12-21 07:22:01       25 阅读
  3. git clone 记录

    2023-12-21 07:22:01       34 阅读
  4. git:ownership 冲突

    2023-12-21 07:22:01       32 阅读
  5. WordPress Nginx 502 Bad Gateway

    2023-12-21 07:22:01       211 阅读
  6. spark3.x 读取hudi

    2023-12-21 07:22:01       42 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-21 07:22:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-21 07:22:01       100 阅读
  3. 在Django里面运行非项目文件

    2023-12-21 07:22:01       82 阅读
  4. Python语言-面向对象

    2023-12-21 07:22:01       91 阅读

热门阅读

  1. Eigen库之Quaterniond

    2023-12-21 07:22:01       66 阅读
  2. json-server 的使用

    2023-12-21 07:22:01       55 阅读
  3. CSS3新增样式

    2023-12-21 07:22:01       61 阅读
  4. dart 学习之多个接口 以及mixin学习

    2023-12-21 07:22:01       58 阅读
  5. 【影像组学入门百问】#32—#34

    2023-12-21 07:22:01       51 阅读
  6. MacOS 终端显示 Git 分支的名称

    2023-12-21 07:22:01       70 阅读
  7. windows平台配置vsCode_CMake_Clang/LLVM_ninja环境与测试

    2023-12-21 07:22:01       56 阅读
  8. SQL server 计算分月,分年,分季度的同环比

    2023-12-21 07:22:01       48 阅读
  9. vue实现文本上下循环滚动

    2023-12-21 07:22:01       51 阅读