github上传代码

30 阅读1分钟

先在github上创建一个仓库 git init git add . git commit -m "Initial commit" git remote add origin 远程仓库的URL 注意URL为SSH URL git push -u origin master