老師 GIT MV命令 重命名或者移動文件的時候報錯了。報錯信息如下:
git mv TestGit.java test
fatal: bad source, source=TestGit.java, destination=test
git mv TestGit.java test
fatal: bad source, source=TestGit.java, destination=test
2021-05-21
復制最后兩條命令出錯
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
老師講的太好了,平常也就是命令,暫時還不需要深入了解,很符合現階段的使用,全是干貨,謝謝老師
2021-04-24
老師,配置用戶名和郵箱的命令可以在2-4上傳代碼的時候提一下嗎 我是新手,跟著做的,敲上傳到github命令的時候,提示讓我配置啥,當時不太懂,上百度才搜到答案的
2021-04-02