Created
June 21, 2021 11:21
-
-
Save jpret/fa2e0925180060cc013c2ddeca946fef to your computer and use it in GitHub Desktop.
Fix Git LFS smudge error commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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