Loading... ``` git init #初始化本地仓库 git add * #添加要push到远程仓库的文件或文件夹 git commit -m "first commit" git remote add origin https://github.com/githubID/test.git #建立远程仓库 git push -u origin master #将本地仓库push到远程仓库 ``` 最后修改:2023 年 06 月 30 日 © 允许规范转载 打赏 赞赏作者 微信 赞 0 如果觉得我的文章对你有用,请随意赞赏