git pull报错

【1】执行 git pull 命令时,错误提示:

Your configuration specifies to merge with the ref ‘refs/heads/task_floor_display’ from the remote, but no such ref was fetched.

  1. 产生原因:远程端同名分支已被删除
  2. 2解决方案:重新建个分支

你可能感兴趣的:(PHP,git,github)