github - Git LFS pulling only pointer files - Stack Overflow

admin2025-04-25  2

I have one repo in azure dev . this repo is test repo for git lfs . i have uploaded some shapefiles and other large files (1GB approx or less ). now i am trying to pull/clone using git lfs , i am using below commands

git lfs install
git clone <repo link >  # this is downloading one folder (my repo folder from azure dev)
git lfs pull 
git lfs fetch --all
git checkout 

now this method is downloading files but all files are 1kb files . i assume these are pointer files but its not downloading any actual data of files!!!

any help or suggestions what i am doing wrongs?

note :- i am using git on widnows and downloaded latest version of git lfs.

转载请注明原文地址:http://anycun.com/QandA/1745595251a90941.html