dev pc
是centos 7
,git 1.8.3.1
,git-lfs/2.4.2
.I使用git-lfs跟踪*.png
.
production server 192.168.56.112
是带git 1.8.3.1
的centos 7
,没有git-lfs
。
当我从git push production master
dev pc
到production server
裸回购时,我在production server
中找不到任何.png
文件。
我不确定git with git-lfs
是否可以将.png
文件传输到git without git-lfs
提前感谢!
发布于 2019-01-02 14:37:04
对于LFS
,可能没有.png
文件,首先.
Git大型文件存储(LFS)用Git内部的文本指针代替大型文件(如音频示例、视频、数据集和图形),同时将文件内容存储在远程服务器(如GitHub.com或GitHub Enterprise )上。
https://stackoverflow.com/questions/54007724
复制相似问题