错误删除远程分支

时间:2014-03-18 08:37:27

标签: git

为什么在删除远程分支时,我收到这样的错误?

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'

1 个答案:

答案 0 :(得分:0)

在尝试推送之前,您是否在本地分支中进行了初始提交?

试试这个:

git commit -m "First commit"

然后推送到遥控器 -

git push origin perbaikan_1