问题描述
dev pc
是centos 7
,带有git 1.8.3.1
,git-lfs/2.4.2
.我使用git-lfs跟踪*.png
.production server 192.168.56.112
是带有git 1.8.3.1
的centos 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 master
从dev pc
到production 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吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!