1.

怎么在github上提交代码
怎么在github上提交代码
新建repositories

2

怎么在github上提交代码
在要提交的文件中,右键,git bash here

3

怎么在github上提交代码
git init
git add -A
git commit -m ‘first commit’
git remote add origin XXXXX
git push -u origin master

相关文章:

  • 2021-08-21
  • 2022-02-06
  • 2021-11-15
  • 2021-11-28
  • 2022-02-09
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-24
  • 2021-06-21
  • 2022-01-21
  • 2021-06-16
  • 2021-12-27
  • 2022-01-09
  • 2021-05-29
相关资源
相似解决方案