1> 进入github 建立repository
2> 得到git master 地址
3> 得到进入本地工程目录 右键->git bash here
4>执行 以下命令 ( git remote行中的xxxx换成自己的信息)
1 git init 2 git add * 3 git commit -m "XXXXX" 4 git remote add origin [email protected]:XXXXXX/test1.git 5 git push -u origin master
5>等提交成功后,刷新github,至此完成
时间: 2024-10-11 19:39:04