Closed zhilix closed 8 months ago
Hi Zhili,
I suspect this might be a lingering issue with Git LFS. Try disabling Git LFS on your server using the following command:
GIT_LFS_SKIP_SMUDGE=1 git clone --recursive https://github.com/PKU-IDEA/OpenPARF.git
Let me know if this helps!
Thank you! with "GIT_LFS_SKIP_SMUDGE=1", I can finish git clone and building is also successful.
When I was trying to run "git clone --recursive https://github.com/PKU-IDEA/OpenPARF.git"
It ran into an error:
Thus git clone terminated early and I was not able to build.