Skip to content

Instantly share code, notes, and snippets.

@jpret
Created June 21, 2021 11:21
Show Gist options
  • Select an option

  • Save jpret/fa2e0925180060cc013c2ddeca946fef to your computer and use it in GitHub Desktop.

Select an option

Save jpret/fa2e0925180060cc013c2ddeca946fef to your computer and use it in GitHub Desktop.
Fix Git LFS smudge error commands
# Fixing the git lfs smudge filter error
# when cloning
GIT_SSL_NO_VERIFY=true git clone ssh://some_repo.git
# Also set the config
git config http.sslVerify false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment