test_previewlimitsize What is the limit size of text not to be previewed on GitHub.com repo? Conclusion Just more over 1MB. Steps 1024*1024-(24+1) = 1048551 python -c "print 'a'*1048551" > 1048551.txt Add the content of 2. to skeleton.py