use github to save your code Posted on 2018-01-12 Edited on 2020-12-08 首先在网页上新建项目:new Repository 然后在本地: 12345git clone https://github.com/lukezhg/space-craft.gitcd space-craftgit add .git commit -m "save space craft"git push -u origin master #需要输入用户名和密码