git config --global filter.lfs.smudge "git-lfs smudge --skip -- %f"

git config --global filter.lfs.process "git-lfs filter-process --skip"

恢复下载

git config --global filter.lfs.smudge "git-lfs smudge -- %f"

git config --global filter.lfs.process "git-lfs filter-process"

点赞(0) 打赏

评论列表 共有 0 条评论

暂无评论

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部