默认目录改成main了,而我是按照之前的教程弄的(master)

往github上上传踩坑 上传的文件到了main

所以现在要把库传到main咯

底下这个是将这个项目传到master

git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/hongduhong/test.git
git push -u origin master

相关文章:

  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2021-07-06
  • 2021-09-22
  • 2021-11-26
  • 2021-11-21
  • 2022-02-25
猜你喜欢
  • 2021-05-15
  • 2022-01-09
  • 2021-08-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2022-12-23
相关资源
相似解决方案