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
An initial clone takes a long time and downloads 226MB of objects. Can only assume this is due to git lfs not being used and lots of deleted/changed binary objects in the commit history. An initial git clone produced the following:
This can be fixed for future use by using git lfs for all binary file types
That won't remove existing binary objects already in the commit history though
To do that would involve either:
Editing the commit history
Creating a branch off the latest commit that didn't have any binary objects, copying everything over to it, using that as the new main branch and deleting any other branches that include the non-lfs binary objects
The text was updated successfully, but these errors were encountered:
An initial clone takes a long time and downloads 226MB of objects. Can only assume this is due to git lfs not being used and lots of deleted/changed binary objects in the commit history. An initial git clone produced the following:
This can be fixed for future use by using git lfs for all binary file types
That won't remove existing binary objects already in the commit history though
To do that would involve either:
The text was updated successfully, but these errors were encountered: