You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @n8thangreen --- I was trying to catch up and pull the latest changes you made, but it failed because there is a bunch of very large files. I think I had this problem with survHE too, because when you build rstan locally, it compiles the C++ code and creates a bunch of .o files --- specifically in this case:
do?
(I think what that does is remove the files on the remote)
As a general thing, it's not a massive problem --- but I think it doesn't let me pull your changes to my local repo, because the files to transfer are too big?
Hi @n8thangreen --- I was trying to catch up and pull the latest changes you made, but it failed because there is a bunch of very large files. I think I had this problem with
survHE
too, because when you buildrstan
locally, it compiles theC++
code and creates a bunch of.o
files --- specifically in this case:My solution was to add these to the
.gitignore
file:(though I think the folder where these get stored for you is different...).
Does this make sense?
The text was updated successfully, but these errors were encountered: