Pushing a large github repo fails with “unable to push to unqualified destination: master”

前端 未结 4 636
天涯浪人
天涯浪人 2020-11-30 23:17

I have a large git repo (created from an SVN repo) and I want to push it to github. Given it\'s large, I can\'t just try and push it directly, as it fails with a \"pack too

4条回答
  •  一个人的身影
    2020-11-30 23:23

    I had this same error and found that I'd spelled the name of my branch wrong. So you could find that double checking the branch name to ensure any capital letters etc are in the right place.

提交回复
热议问题