Git Error: warning: refname 'origin/branch-name' is ambiguous.

When this happened, it created the file .git/refs/heads/origin/branch-name. So, I just deleted the file:

1 $ rm .git/refs/heads/origin/branch-name

  

posted @ 2018-08-06 18:03  2147483647  阅读(2633)  评论(1编辑  收藏  举报