首页 文章

奥术师的土地:异常分支“主人”在远程“起源”中不存在

提问于
浏览
1

我已经在这个问题上阻止了好几天,并尝试了很多,谷歌搜索了很多,但没有获得有 Value 的信息 .

我做了所有的phabricator配置 . 而且没有扩散问题 . 我可以正确地朗姆酒,但是当我做arc lan时,这个问题就出来了 .

我也可以玩git init --bare,然后git pull,正确推送 . git版本是2.7.2 .

并且带有--trace标志的日志是自爆的:

~/phabricator_test/test $ arc land --trace
 ARGV  '/mnt/data/arcanist/bin/../scripts/arcanist.php' 'land' '--trace'
 LOAD  Loaded "phutil" from "/mnt/data/libphutil/src".
 LOAD  Loaded "arcanist" from "/mnt/data/arcanist/src".
Config: Reading user configuration file "/home/pi/.arcrc"...
Config: Did not find system configuration at "/etc/arcconfig".
Working Copy: Reading .arcconfig from "/home/pi/phabricator_test/test/.arcconfig".
Working Copy: Path "/home/pi/phabricator_test/test" is part of `git` working copy "/home/pi/phabricator_test/test".
Working Copy: Project root is at "/home/pi/phabricator_test/test".
Config: Did not find local configuration at "/home/pi/phabricator_test/test/.git/arc/config".
>>> [0] <conduit> user.whoami() <bytes = 117>
>>> [1] <http> http://k88l.zicp.net/api/user.whoami
<<< [1] <http> 504,781 us
<<< [0] <conduit> 507,275 us
>>> [2] <exec> $ git symbolic-ref --quiet HEAD
<<< [2] <exec> 21,192 us
>>> [3] <exec> $ git rev-parse --symbolic-full-name 'master'@{upstream}
<<< [3] <exec> 23,760 us
>>> [4] <exec> $ git --version
<<< [4] <exec> 18,554 us
>>> [5] <exec> $ git ls-remote --get-url 'origin'
<<< [5] <exec> 19,594 us
>>> [6] <conduit> repository.query() <bytes = 224>
>>> [7] <http> http://k88l.zicp.net/api/repository.query
<<< [7] <http> 473,501 us
<<< [6] <conduit> 475,099 us
>>> [8] <exec> $ git symbolic-ref --quiet HEAD
<<< [8] <exec> 19,479 us
Landing current branch 'master'.
>>> [9] <exec> $ git rev-parse --symbolic-full-name 'master'@{upstream}
<<< [9] <exec> 20,928 us
>>> [10] <exec> $ git rev-parse --symbolic-full-name 'master'@{upstream}
<<< [10] <exec> 23,005 us
>>> [11] <exec> $ git symbolic-ref --quiet HEAD
<<< [11] <exec> 19,532 us
>>> [12] <exec> $ git rev-parse --symbolic-full-name 'master'@{upstream}
<<< [12] <exec> 21,270 us
 TARGET  Landing onto "master", the default target under git.
>>> [13] <exec> $ git rev-parse --symbolic-full-name 'master'@{upstream}
<<< [13] <exec> 21,100 us
 REMOTE  Using remote "origin", the default remote under git.
>>> [14] <exec> $ git diff --no-ext-diff --no-textconv --raw 'HEAD' --
>>> [15] <exec> $ git ls-files --others --exclude-standard
<<< [14] <exec> 23,727 us
<<< [15] <exec> 21,645 us
>>> [16] <exec> $ git diff-files --name-only
<<< [16] <exec> 19,523 us
>>> [17] <exec> $ git rev-parse --verify 'origin/master'
<<< [17] <exec> 19,762 us

[2016-03-07 09:21:39] EXCEPTION: (Exception) Branch "master" does not exist in remote "origin". at [<arcanist>/src/land/ArcanistGitLandEngine.php:101]
arcanist(head=stable, ref.master=9e78d15fc0c7, ref.stable=1439aaa87183), phutil(head=stable, ref.master=ad3f475c8c13, ref.stable=76425eaa8125)
  #0 ArcanistGitLandEngine::verifySourceAndTargetExist() called at [<arcanist>/src/land/ArcanistGitLandEngine.php:13]
  #1 ArcanistGitLandEngine::execute() called at [<arcanist>/src/workflow/ArcanistLandWorkflow.php:296]
  #2 ArcanistLandWorkflow::run() called at [<arcanist>/scripts/arcanist.php:392]

1 回答

相关问题