首先要cd到你的项目目录下,然后:
git init
git add .
git commit -m "first commit"
git remote add originhttps://github.com/icefishlily/audioPlayer_2.git//换成你自己的url
git push -u origin master
然后查看github,已经长传成功了:
首先要cd到你的项目目录下,然后:
git init
git add .
git commit -m "first commit"
git remote add originhttps://github.com/icefishlily/audioPlayer_2.git//换成你自己的url
git push -u origin master
然后查看github,已经长传成功了:
本文标题:iOS -命令行方式将项目代码上传到GitHub
本文链接:https://www.haomeiwen.com/subject/zmfleftx.html
网友评论