touch README.md git init git checkout -b main git add README.md git commit -m "first commit" git remote add origin https://git.boss160.cn/luo/one-pipe-system.git git push -u origin main 你需要注意下.gitignore 是否需要加一些文件进去