Created
March 18, 2022 13:52
-
-
Save GitHub30/255ad7fc49be129b327737cbbee0092c to your computer and use it in GitHub Desktop.
Your push was rejected because it contains binary files.
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
sudo apt install -y git-lfs | |
git lfs install | |
git lfs track "*.png" | |
git lfs track "*.jpg" | |
git lfs migrate import --include="*.png" | |
git lfs migrate import --include="*.jpg" | |
git add . | |
git commit -m "Add application file" | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment