Funzter
Funzter

Reputation: 96

fatal: failed to read object 3e44f59efc1f44d4cb79eb454efc497e52332693: Function not implemented

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

Answers (1)

Funzter
Funzter

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

Related Questions