为什么在删除远程分支时,我收到这样的错误?
fajar@FAJAR-PC /e/project minggu ini/ProjectTesis (master)
$ git push origin : perbaikan_1
Username for 'https://github.com': gunungloli666
Password for 'https://gunungloli666@github.com':
error: src refspec perbaikan_1 does not match any.
error: failed to push some refs to 'https://github.com/gunungloli666/proj_tes.gi
t'
答案 0 :(得分:0)
在尝试推送之前,您是否在本地分支中进行了初始提交?
试试这个:
git commit -m "First commit"
然后推送到遥控器 -
git push origin perbaikan_1