On Mon, Jan 02, 2012 at 02:48:22PM +0530, Sudarshan Wadkar wrote: > But when I push, I get this odd error from remote > > $ git push --verbose --mirror > ssh://wadkar@192.168.1.177:7185/~wadkar/repo/bare/myproj.git > Pushing to ssh://wadkar@192.168.1.177:7185/~wadkar/repo/bare/myproj.git > Counting objects: 5, done. > Delta compression using up to 4 threads. > Compressing objects: 100% (3/3), done. > Writing objects: 100% (3/3), 323 bytes, done. > Total 3 (delta 2), reused 0 (delta 0) > remote: error: packfile > ./objects/pack/pack-17900952dc824651db15369a341eec8d3e8f39d2.pack > cannot be accessed > remote: HEAD is now at 4d5a6f1 Investigate and report odd error > To ssh://wadkar@192.168.1.177:7185/~wadkar/repo/bare/myproj.git > d066a2f..4d5a6f1 master -> master Is it always the same pack? If so, have you tried looking in the objects/pack directory to make sure it's not a permissions problem? -Peff -- 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