首先要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,已经长传成功了: