所有应用程序都没有git push

时间:2016-04-01 12:48:07

标签: git github

陷入奇怪的境地。对于我的所有应用程序,Git push都停止了做任何事情。我可以运行命令,它只是没有做任何事情,也没有错误。

从下面的一个应用程序中搜索代码,一切看起来都很正常。

远程原点命令返回

* remote origin
  Fetch URL: http://github.com/rockwellwindsor/mediatable.git
  Push  URL: http://github.com/rockwellwindsor/mediatable.git
  HEAD branch: master
  Remote branch:
    master tracked
  Local branch configured for 'git pull':
     master merges with remote master
  Local ref configured for 'git push':
    master pushes to master (fast-forwardable)

git pull正常

配置

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
    url = http://github.com/rockwellwindsor/mediatable.git
    fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
    remote = origin
    merge = refs/heads/master

所有我的应用程序都会发生这种情况所以它必须是我搞砸了的一些设置或其他东西。有任何想法如何调试这个?

0 个答案:

没有答案