今天在使用eclipse向git上push的时候出现git-receive-pack not permitted这个问题,百度了半天,只有一个外国的遇到了,没办法,只好看外文文档了
http://stackoverflow.com/questions/10475726/git-receive-pack-not-permitted-on-push
这里有人提到
sometimes you need to verify your account e-mail on github
有时候引擎这个问题是因为你没有验证邮箱.
我去将邮箱验证了,问题果然好了,mark it.