iOS - 如何將本地Xcode項目上傳到GitHub上

首先要cd到你的項目目錄下,而後: git init git add . git commit -m "first commit" git remote add origin https://github.com/icefishlily/audioPlayer_2.git//換成你本身的url git push -u origin master 而後輸入你的github的賬號密碼,等待便可
相關文章
相關標籤/搜索