GitHub updating repository?
Posted
by
user1804933
on Server Fault
See other posts from Server Fault
or by user1804933
Published on 2013-10-23T02:53:24Z
Indexed on
2013/10/23
3:56 UTC
Read the original article
Hit count: 115
I am trying to setup GitHub on my server and gotten to the point where I am running the command "git push -u origin master". However, a large file was detected and the following error was received:
remote: error: GH001: Large files detected.
remote: error: Trace: 5520a70fd2eeaa2eafd7de049a590fb5
remote: error: See http://git.io/iEPt8g for more information.
remote: error: File app/logs/dev.log is 2041.59 MB; this exceeds GitHub's file size limit of 100 MB
I ended up deleting that file and tried adding the git again but I keep running into that error. Any ideas on how to work around this?
© Server Fault or respective owner