git Smudge error: Error downloading object
项目中使用了git lfs 存储文件,使用git clone 复制代码,发现被git lfs 接管的文件检出失败。
上面显示的 *.pdf 文件是我之前用 git lfs track 过的文件,现在重新拉取项目,拉取文件失败
解决,使用 git lfs pull 命令来更新获取文件
git lfs pull
或者使用git lfs clone 命令来复制仓库
git lfs clone “url”