我一直在为 Eclipse 使用 eGit,所以我不太了解如何使用 git 命令行。
现在我遇到了 eGit 的一些问题,想使用本地 git 命令来推送和拉取更新。
所以我打开了 git bash 并输入 $ 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
我在这里想念什么?