【发布时间】:2012-05-23 09:32:47
【问题描述】:
我的 git 项目发生了一个奇怪的错误。
liam@development ~/android/system/system/core $ git push git@development:android.git/platform/system/core.git gingerbread-release-om
Everything up-to-date
liam@development ~/android/system/system/core $ git status
# On branch gingerbread-release-om
# Your branch is ahead of 'development/gingerbread-release-om' by 1 commit.
#
nothing to commit (working directory clean)
liam@development ~/android/system/system/core $
有人知道为什么会这样吗?
编辑:
liam@development ~/android/system/system/core $ git remote -v
development git@development:android/platform/system/core (fetch)
development git@development:android/platform/system/core (push)
【问题讨论】: