Resolve refname refs heads master not found GitHub Error in Terminal on Mac - DevPops-Inc/windows GitHub Wiki
• This resolution is for if you receive error: refname refs/heads/master
not found while creating the main branch.
•
• Type git checkout -b main
and press the “return” key to switch to main branch.
•