在github上新建仓库 dsun
在项目根目录下执行:
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/ZB347954263/dsun.git
git push -u origin master
git 推送代码到远程仓库命令
最新推荐文章于 2025-05-22 13:46:28 发布
在github上新建仓库 dsun
在项目根目录下执行:
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/ZB347954263/dsun.git
git push -u origin master