* Error pushing to remote with git
@ 2011-11-28 14:15 pcm2a
0 siblings, 0 replies; only message in thread
From: pcm2a @ 2011-11-28 14:15 UTC (permalink / raw)
To: git
I have a fresh Centos 6 server stood up and I have installed git version
1.7.1. I am using the smart http method through apache for access.
When I try to push to the remote server this is what I get:
$ git push origin master
Password:
Counting objects: 6, done.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (6/6), 436 bytes, done.
Total 6 (delta 0), reused 0 (delta 0)
error: unpack failed: index-pack abnormal exit
I have tried these things which made no difference:
* chown -R apache:apache /path/to/git/repository (httpd runs as apache)
* chown -R apache:users /path/to/git/repository
* chmod -R 777 /path/to/git/repository (obviously not secure but wanted to
eliminate this being a file permission problem)
What can I try to get pushing to work?
--
View this message in context: http://git.661346.n2.nabble.com/Error-pushing-to-remote-with-git-tp7038870p7038870.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-11-28 14:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 14:15 Error pushing to remote with git pcm2a
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).