Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Counting objects: 87, done.
  2. Delta compression using up to 8 threads.
  3. Compressing objects: 100% (78/78), done.
  4. Writing objects: 100% (87/87), 50.25 MiB | 1.14 MiB/s, done.
  5. Total 87 (delta 32), reused 0 (delta 0)
  6. remote: warning: File example-attractor/bin/example-attractor_debug.ilk is 51.19 MB; this is larger than GitHub's recommended maximum file size of 50.00 MB
  7. remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
  8. remote: error: Trace: f711bd940689c3c64a38c283877b86f8
  9. remote: error: See http://git.io/iEPt8g for more information.
  10. remote: error: File example-attractor/example-attractor.sdf is 103.62 MB; this exceeds GitHub's file size limit of 100.00 MB
  11. ! [remote rejected] master -> master (pre-receive hook declined)
  12. error: failed to push some refs
  13.  
  14. .gitignore
  15. example-attractor/README.md
  16. example-attractor/addons.make
  17. example-attractor/example-attractor.sln
  18. example-attractor/example-attractor.vcxproj
  19. example-attractor/example-attractor.vcxproj.filters
  20. example-attractor/icon.rc
  21. example-attractor/src/main.cpp
  22. example-attractor/src/ofApp.cpp
  23. example-attractor/src/ofApp.h
  24.  
  25. On branch master
  26. Your branch is ahead of 'origin/master' by 3 commits.
  27. (use "git push" to publish your local commits)
  28. nothing to commit, working directory clean
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement