I am following steps from
https://cwiki.apache.org/confluence/display/GEODE/Code+contributions for
merging my PR to origin/develop.  Previously all the steps used to work,
but now I am getting following error
fatal: Couldn't find remote ref pull/471/head

adongre@hp-pun-02 ~/source/open/t $ git clone
https://git-wip-us.apache.org/repos/asf/geode.git
Cloning into 'geode'...
remote: Counting objects: 140560, done.
remote: Compressing objects: 100% (41754/41754), done.
remote: Total 140560 (delta 89401), reused 135891 (delta 85551)
Receiving objects: 100% (140560/140560), 79.25 MiB | 899.00 KiB/s, done.
Resolving deltas: 100% (89401/89401), done.
Checking connectivity... done.

adongre@hp-pun-02 ~/source/open/t $ cd geode/
adongre@hp-pun-02 ~/source/open/t/geode (master) $ git checkout develop

adongre@hp-pun-02 ~/source/open/t/geode (develop) $ git remote add
aviGitHub https://github.com/davinash/geode

adongre@hp-pun-02 ~/source/open/t/geode (develop) $ git fetch
aviGitHub  pull/471/head:feature/GEODE-289
fatal: Couldn't find remote ref pull/471/head

Reply via email to