lfs的git可以在没有git

lfs的git可以在没有git

本文介绍了带有git-lfs的git可以在没有git-lfs的情况下将`lfs`推送到git吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

dev pccentos 7,带有git 1.8.3.1git-lfs/2.4.2.我使用git-lfs跟踪*.png.
production server 192.168.56.112是带有git 1.8.3.1centos 7,没有git-lfs.

dev pc is centos 7,with git 1.8.3.1,git-lfs/2.4.2.I use git-lfs to track *.png.
production server 192.168.56.112 is centos 7 with git 1.8.3.1,without git-lfs.

当我git push production masterdev pcproduction server裸仓库时,我在production server中找不到任何.png文件.

When I git push production master from dev pc to production server bare repo, I cannot find any .png file in production server.

我不确定git with git-lfs是否可以将.png文件传输到git without git-lfs吗?

I am not sure whether git with git-lfs can transfer .png files to git without git-lfs?

提前谢谢!

推荐答案

LFS一起,可能没有.png文件,以...

with LFS there probably are no .png files, to begin with ...

这篇关于带有git-lfs的git可以在没有git-lfs的情况下将`lfs`推送到git吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 16:20