git init git add . git commit -m "commit" git remote add origin https://... git push -u origin master 複製代碼