English 中文(简体)
什么原因可以将“fatal:”退回,没有额外产出(甚至没有新线)?
原标题:What are reasons a git pull command may return "fatal:" with no additional output (not even a newline)?
  • 时间:2011-11-01 19:14:41
  •  标签:
  • git
  • gitolite

我正试图从一个托利器服务器中抽取一个盒子。

git pull (and git pull origin master) both return the error "fatal:" with no additional output, not even a newline. The ssh keys seem to be working properly as git clone and git fetch both function normally.

这一错误尤其令人费解,因为它不是一个新的背书。 过去,我一直在推动和拉动,没有发生错误,而且案号/专案没有改变。 我不能认为我制度有任何变化,因为它运作正常。

我如何能够获得更多的诊断信息,以试图了解什么是错的? 由于缺乏一条新路线,我怀疑有一段时间,但很奇怪的是,衣帽子和 g子仍在工作。

问题回答

。 另见set GIT_TRACE=1,并审判拖拉指挥。 这两者应引导你解决这一问题。





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

热门标签