github上传代码 unknown331 2023-10-25 69 阅读1分钟 先在github上创建一个仓库 git init git add . git commit -m "Initial commit" git remote add origin 远程仓库的URL 注意URL为SSH URL git push -u origin master