Adam Bien's Weblog
If You Get IOException: Unknown repository format "null"; expected "0" In NetBeans + Git
If NetBeans (7+) is not able to find the following entry in .git/config:
[core]
repositoryformatversion = 0
it throws an IOException with the message: "Unknown repository format "null"; expected "0".
To solve the problem open .git/config and add the entry above or execute: git config --add core.repositoryformatversion 0 from command line.
Posted at 05:29AM Mar 23, 2012 by Adam Bien in Real World Java EE Patterns - Rethinking Best Practices | Comments[0] | Views/Hits: 3016
NEW Workshop: "JPA, NoSQL, Caching, Grids and Distributed Caches with Java EE 7", May 7th, 2013, Airport Munich
A book about rethinking Java EE Patterns
Tweet Follow @AdamBien
