git Smudge error: Error downloading object

 

项目中使用了git lfs 存储文件,使用git clone 复制代码,发现被git lfs 接管的文件检出失败。

git Smudge error: Error downloading object

上面显示的  *.pdf 文件是我之前用 git lfs track 过的文件,现在重新拉取项目,拉取文件失败

 

解决,使用 git lfs pull 命令来更新获取文件

git lfs pull

 git Smudge error: Error downloading object

 或者使用git lfs clone 命令来复制仓库

git lfs clone “url”

 

 

@萍2樱释ღ( ´・ᴗ・` )

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-10
  • 2021-09-02
  • 2022-12-23
  • 2022-01-09
  • 2021-05-08
  • 2021-06-01
猜你喜欢
  • 2021-09-11
  • 2021-05-16
  • 2021-09-26
  • 2021-09-22
  • 2022-12-23
  • 2022-02-28
  • 2022-12-23
相关资源
相似解决方案