报错
error: unable to delete 'dev_feature_XXXX_20200115_temp': remote ref does not exist
error: failed to push some refs to 'https://git.XXXX.com/wangxiao_xesbiz_fe_activity/XXXX.git'
原因
远程分支不存在
处理
修剪本地远程分支缓存信息
git fetch --prune origin
或者
git fetch -p origin
版权声明:本文为u011439689原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。