https://github.com/BShakhovsky/PolyphonicPianoTranscription
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
| # Try the following command sequence: | |
| git lfs uninstall | |
| git reset --hard | |
| git lfs install | |
| git lfs pull | |
| # In case if this is not working (because this was not working for me), the following hack may work: | |
| git rm --cached -r . |