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

相关文章: