On Wed, Aug 29, 2012 at 1:43 PM, Orgad and Raizel Shaneh <orgads@xxxxxxxxx> wrote: > Hi, > > I have a repo accessed through //server/share/foo/repo (Using msysgit). > > .git/objects/info/alternates contains '../../../bare/objects' > > Running 'git status' (or almost any other action) gives the following output: > error: object directory /server/share/foo/bare/objects does not exist; > check .git/objects/info/alternates. > > Note that it tries to access /server instead of //server. Could be path normalization. What does "git rev-parse --git-dir" say? Try to run it at top working directory and a subdirectory as well. If you set GIT_OBJECT_DIRECTORY environment variable to //server/share/foo/repo/.git/objects, does it work? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html