Hi,

I have a central repository in a server named 'komolongma'. There, I
uncompressed a project and executed the following steps:

git init
git add .
git commit -a -s "Starting point"

Now, from my laptop, I did some changes over different files, then I
executed the command,

git commit -a -m "some changes"
git push

and I got this message:

Counting objects: 5, done.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 292 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
To ssh://[EMAIL PROTECTED]/home/josanabr/src/groovy/gridjobs
   050d645..8994981  master -> master

Everything looks ok. Now, in komolongma, I executed

git commit -a -m "xxx"
git pull

and the process fails

[EMAIL PROTECTED] gridjobs]$ git pull
fatal: 'origin': unable to chdir or not a git archive
fatal: The remote end hung up unexpectedly

What did I do wrong? Thanks so much for your help...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to github@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to