I want to set my project to this state:
https://github.com/DiscoverMeteor/Microscope/commit/3140d32eb1cfa1cbca28a84ef3626b7d93cca569
I have cloned the whole project. Then i try:
git checkout 3140d32eb1cfa1cbca28a84ef3626b7d93cca569
fatal: reference is not a tree: 3140d32eb1cfa1cbca28a84ef3626b7d93cca569
I've also tried
git reset --hard 3140d32eb1cfa1cbca28a84ef3626b7d93cca569
Could not parse object '3140d32eb1cfa1cbca28a84ef3626b7d93cca569
I have read these questions.
How do I rollback to a specific git commit
How to clone git repository with specific revision/changeset?