I'm running into an issue when I git push (Via CLI or Github Desktop) on Windows.
C:\code\MHPanel>git push origin develop
error: src refspec develop does not match any
error: failed to push some refs to 'https://github.com/Modern-Hosting/Panel.git'
I've tried deleting tags to no avail.
I've also tried remaking the local repo I have by doing
mkdir MHPanel
cd MHPanel
git init
git remote add origin https://github.com/Modern-Hosting/Panel.git
Then making a change (New file) and committing then pushing results in the same original error. Previously I was able to push to a different branch just fine until I removed the branch and switched back to this main develop branch. Others are able to push to the branch successfully. Branch is also private too.