不允许Git推送:如何解决此问题?

不允许Git推送:如何解决此问题?,git,Git,以上是我的git回购协议的简短记录。从我的项目运行git status显示: 45825ae 112 min ago Mike fix bug master(Blue's conflicted copy 2012-11-30) 1ba982c 2 hours ago Mike update doc 3fbc637 4 hours ago Mike fix ui bug master 193b99e 5 hours ago Mike

以上是我的git回购协议的简短记录。从我的项目运行git status显示:

45825ae 112 min ago Mike     fix bug        master(Blue's conflicted copy 2012-11-30)   
1ba982c 2 hours ago Mike     update doc

3fbc637 4 hours ago Mike     fix ui bug     master  
193b99e 5 hours ago Mike     fix model bug
如果我运行push,它将为我提供:

# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit (working directory clean)
有什么想法吗

编辑:当我再次尝试克隆我的项目时,它会给我:

 http://localhost/myproject.git: push not permitted

可能您使用了错误的URL来推送?通常,您推送到SSHURL,http仅用于拉取


如果要推送到HTTP,需要运行git HTTP后端,启用HTTP.receivepack或使用身份验证,否则后端将拒绝您看到的推送。有关更多详细信息,请参阅。

这是我的本地回购协议,我使用http推送。这可能会有所帮助:感谢链接,但我无法了解它与我的问题的关系。这也可能会有所帮助。我遇到了同样的问题,尚未找到解决方案。
fatal: Reference has invalid format: 'refs/heas/master(Blue's conflicted copy 2012-11:30)'