github托管项目 网页大神经 2023-06-27 112 阅读1分钟 方式一: git创建仓库(shopping) 本地项目通过以下方式push到git仓库中 git remote add origin https://github.com/***/shopping.git git push -u origin main 方式二: git创建仓库(shopping) 本地clone 本地创建项目