DataAnalysisInAction icon indicating copy to clipboard operation
DataAnalysisInAction copied to clipboard

windows - 无法使用git lfs克隆存储库

Open program-spiritual opened this issue 4 years ago • 0 comments

// Skip smudge - We'll download binary files later in a faster batch git lfs install --skip-smudge

// Do git clone here git clone ...

// Fetch all the binary files in the new clone git lfs pull

// Reinstate smudge git lfs install --force

program-spiritual avatar Oct 12 '20 11:10 program-spiritual