老师 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