mac下开发 github 上传大于 50M的文件 git-lfs

Homebrewbrew install git-lfs
MacPortsport install git-lfs

1、安装git和git-lfs,然后运行:

`git lfs install`

2、添加你要上传的大文件例如:

git lfs track "*.psd"

确保.gitattributes is tracked:

git add .gitattributes

3、开始推送:

git add file.psd
git commit -m "Add design file"
git push origin master

参考网站:https://git-lfs.github.com/

打赏
Bookmark the permalink.
0 0 投票数
文章评分
订阅评论
提醒
guest

0 评论
内联反馈
查看所有评论