[Webkit-unassigned] [Bug 240533] [git-webkit] pr fails (KeyError: 'e6896ffd9b1a4b6deae32a0098a870ef68f8bddf')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 19 12:31:04 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=240533

--- Comment #5 from Yury Semikhatsky <yurys at chromium.org> ---
(In reply to Olivier Blin from comment #4)
> This happened to me as well, after starting from an old git.webkit.org fork,
> and setting up a new origin remote for the github repo.
> 
> Thanks for the tip Yury.

Glad that it helped someone else. In my other checkout I got the same error and had to take extra measures to ensure the scripts do not try to pick master as the base branch. I did the following (not sure what was required and what not):

git branch -D master
git branch -rd origin/master
git config --unset branch.master.remote
git config --unset branch.master.merge
git config --global init.defaultBranch main

# Manually deleted "master" entry from
.git/identifiers.json

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220519/eb3e8cf5/attachment.htm>


More information about the webkit-unassigned mailing list