ropensci / rnoaa

R interface to many NOAA data APIs
https://docs.ropensci.org/rnoaa
Other
330 stars 84 forks source link

github large file warning on push #216

Closed potterzot closed 5 years ago

potterzot commented 7 years ago

There is a large pdf that is currently part of the repository that is causing github to throw a warning when pushing. Here is the relevant terminal output (for my local fork):

[potterzot@reason:~/reason/projects/rnoaa (master)]$ git push origin master
  Counting objects: 2302, done.
  Delta compression using up to 4 threads.
  Compressing objects: 100% (747/747), done.
  Writing objects: 100% (2302/2302), 93.92 MiB | 2.41 MiB/s, done.
  Total 2302 (delta 1719), reused 2124 (delta 1544)
  remote: Resolving deltas: 100% (1719/1719), completed with 128 local objects.
  remote: warning: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
  remote: warning: See http://git.io/iEPt8g for more information.
  remote: warning: File inst/user_test_cases/WildfireTestCase.pdf is 61.43 MB; this is larger than 
  GitHub's recommended maximum file size of 50.00 MB
  To github.com:potterzot/rnoaa.git
     4686dc8..9e642e9  master -> master
sckott commented 7 years ago

thx, having a look

sckott commented 7 years ago

playing with https://rtyley.github.io/bfg-repo-cleaner/

Does rnoaa take a super long time to push and clone? (assuming due to that file)

potterzot commented 7 years ago

It isn't a huge amount of time, but it's definitely slower than any other repository.

On Apr 27, 2017 12:39, "Scott Chamberlain" notifications@github.com wrote:

playing with https://rtyley.github.io/bfg-repo-cleaner/

Does rnoaa take a super long time to push and clone? (assuming due to that file)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ropensci/rnoaa/issues/216#issuecomment-297817960, or mute the thread https://github.com/notifications/unsubscribe-auth/AAdIbqIXSZiK85Z0uDiafZ72s7d35QJ7ks5r0O8CgaJpZM4NKnpE .

sckott commented 7 years ago

going to test first on a dummy repo to make sure it works don't want to bork up this repo