version control - How do I push a "Large File" and push .gitattributes, too? remote: error: File file.psd is 705.45 MB; this exceeds GitHub's file size limit -


i have git lfs enabled on github account, , should able handle arbitrarily large files this.

however, after modifying .gitattributes track large file, still had errors when attempted push file larger 100mb, described in following command line history log:

http://0bin.net/paste/dzle60xjutyr2etb#0xizlswk02ii9ub9nou4gks4k469vviysosqncyxroo << attempt os file.

the pertinent error seems related this:

remote: error: file file.psd 705.45 mb; exceeds github's file size limit of 100.00 mb

i tried again, time tracking file, , including .gitattributes in commit, still received same error, logged @ target of following link:

http://0bin.net/paste/opqgs+uxtgldkrsj#-fsdatfabp6v5ubsbby8+okipp+/hfe0ritcvvp0pnp << attempt os file.

this seems error might end cropping in future professional programmers use github, why posted it.

do need add .gitattributes of remote manually before push commit?

how remote accept modified .gitattributes , large file?

maybe try editing , committing .gitattributes on remote repository add following:

file.psd filter=lfs diff=lfs merge=lfs -crlf 

substitute target file want push part of commit file.psd part of above line.

pull remote, , try again.

that might work.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -