Reputation: 96
I'm using IntelliJ with Git. I want to commit, but it ends with error:
fatal: failed to read object 3e44f59efc1f44d4cb79eb454efc497e52332693: Function not implemented
How can i fix that?
Edit: The problem occurs also then i execute git status.
Upvotes: 1
Views: 518
Reputation: 96
The problem was: I'm using a network drive and offline files sync. One git file was not synchronized, so git can't find the missing file. A sync with the network-drive solved the problem.
Upvotes: 2