DataAnalysisInAction
DataAnalysisInAction copied to clipboard
windows - 无法使用git lfs克隆存储库
// 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