SourceTree:dst ref refs / heads / master从多个src接收

时间:2015-06-26 06:03:07

标签: git github git-push git-commit atlassian-sourcetree

我不明白这个git(通过SourceTree发送)错误,我不知道它为什么会发生。我只是提交到我自己的存储库,单独在项目上工作。我该怎么做?

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags origin master:master using_php_inside:master
Pushing to https://github.com/sl5net/SL5_AHK_Refactor_engine
error: dst ref refs/heads/master receives from more than one src.
error: failed to push some refs to 'https://github.com/sl5net/SL5_AHK_Refactor_engine'

1 个答案:

答案 0 :(得分:0)

看来你从本地主人推送到远程主人,同时你的本地using_php_inside分支到远程主人。

尝试在推送时不选择其他本地分支。问题可能在于您如何配置sourcetree客户端。