Sivakumarj
Sivakumarj

Reputation: 115

Unable to git push even after git lfs install

Scenario 1:

Scenario 2:

so What's wrong in the "Scenario 1", if git lfs is working in scenario-2

enter image description here

enter image description here

enter image description here

enter image description here

Upvotes: 3

Views: 2168

Answers (1)

MANOJKUMAR
MANOJKUMAR

Reputation: 137

You will have to explicitly migrate them into Git LFS with

git lfs migrate import --include="path_to_file

instead of just tracking. Tracking does not work when files exist in the repository.

Hope this helps.

Upvotes: 5

Related Questions