Xcode自带git将本地项目上传到GitHub

1.cd到你的项目目录下 2.git init 3.git add . 4.git commit -m "first commit" 5.git remote add origin https://github.com/icefishlily/audioPlayer_2.git//换成你本身的url 6.git push -f origin master 7.输入你的github的账号密码成功后如
相关文章
相关标签/搜索