Currently, the recent GitHub projects use main as the master branch instead of the master. So when I use the feature to automatically push code to GitHub using harwest, it shows an error as my project doesn't have master as my branch.
cmdline: git push origin master stderr: 'error: src refspec master does not match any'
Currently, the recent GitHub projects use main as the master branch instead of the master. So when I use the feature to automatically push code to GitHub using harwest, it shows an error as my project doesn't have master as my branch.
cmdline: git push origin master stderr: 'error: src refspec master does not match any'
This is the error you get