已采納回答 / qq_慕慕6183002
git clone 遠(yuǎn)程倉庫地址? 會自動給你創(chuàng)建或者你自己創(chuàng)建,在用git init命令創(chuàng)建倉庫
2021-05-13
復(fù)制最后兩條命令出錯
error: remote origin already exists.
PS C:\Users\Administrator\Desktop\text-demo> git push -u origin main
error: src refspec main does not match any
error: failed to push some refs to 'https://github.com/cuicui90/text-demo.git'
error: remote origin already exists.
PS C:\Users\Administrator\Desktop\text-demo> git push -u origin main
error: src refspec main does not match any
error: failed to push some refs to 'https://github.com/cuicui90/text-demo.git'
2021-05-12