1)I have just configured GIT on my local centos 6.4 server and created a repository 2)Generated key also and kept at server 2)I am able to checkout code from this remote server to my dev machine in eclipse no problem till here
But when I tried to push code from Eclipse the it always says that "Can't connect to any repository: ssh://homepage@1.1.1.1/var/git/demo/ (An internal Exception occured during push: ssh://homepage@1.1.1.1/var/git/demo/: error occurred during unpacking on the remote end: unpack-objects abnormal exit)"
Not sure why ? Is there anything which i missed ?