Thanks you for your rapid reply! 

On 2/21/21 4:57 PM, Michael Young wrote:
> On Sun, 21 Feb 2021, Steve Dickson wrote:
> 
>> I apologies if I missed something... If there is a
>> thread that talks about this please point me at it
>> but...
>>
>> when I do a git push on the master branch I get:
> ...
> 
> You missed the branch renaming - master has been replaced by rawhide with 
> alias main.
I figured it was something like that... but when I do a git branch -r I don't 
see the rawhide branch... So how do I move from master to rawhide?

From your explanation I figured all I had to is a
 git checkout -b main origin/main

which worked but when I do a git pull I get

$ git pull
error: cannot lock ref 'refs/remotes/origin/rawhide': 
'refs/remotes/origin/rawhide/user/steved/pnfs-rawhide' exists; cannot create 
'refs/remotes/origin/rawhide'
From ssh://pkgs.fedoraproject.org/rpms/nfs-utils
 ! [new branch]      rawhide    -> origin/rawhide  (unable to update local ref)

It appears that a very old refs "origin/rawhide/user/steved/pnfs-rawhide" 
is messing things up... so how do I get ride of that old refs?


tia,

steved.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to