I have been using eGit for eclipse so I do not know much about how to use git command line.
Now I got into some issue with eGit and would like to use native git commands to push and pull the updates.
So I opened the git bash and and typed $ git pull
$ git pull error: refs/remotes/origin/master does not point to a valid object! error: refs/tags/v2.0.2.84 does not point to a valid object! Permission denied (publickey). fatal: The remote end hung up unexpectedly What am I missing here?
