在vscode上提交代碼到GitHub上時(shí),最后一步報(bào)錯(cuò)
%?git push -u origin main ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
error: src refspec main does not match any
error: failed to push some refs to 'https://github.com......
試了生成個(gè).ssh文件夾的什么文件,把文件內(nèi)容添加到了GitHub后臺(tái)ssh,但是依然還是這個(gè)問(wèn)題
不知道是哪里出的問(wèn)題
2021-05-05
搞定了 最后一行使用的是 git push -f origin master 成功的