Your configuration specifies to merge with the ref ‘refs/heads/develop‘from the remote, but no such

  • Post author:
  • Post category:其他


git pull的时候报错:

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


报错原因

:git仓库的地址跟发生不一致了


解决方法

:去线上仓库 复制git地址 重新clone一下项目就OK了



版权声明:本文为weixin_44476553原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。