最佳答案
我有一个很大的 git repo (由 SVN repo 创建) ,我想把它推到 github。由于它很大,我不能直接尝试推送它,因为它会出现“包太大”的错误。
目前一切正常,我可以一次推一个回购。但是当我尝试这样做的时候,结果是:
git push origin 86c310d8a680d6d0e052fa7db89adb25348f3e54:master
error: unable to push to unqualified destination: master
The destination refspec neither matches an existing ref on the remote nor
begins with refs/, and we are unable to guess a prefix based on the source ref.
现在还没有远程回收的主分支但是我试着推进它,但是失败了。
我该怎么补救?或者我如何在远程创建一个空的主分支,以便我可以推到它?