赞
踩
git init git add README.md git commit -m “first commit” git branch -M main git remote add origin https://你的token@github.com/用户名/仓库名.git push -u origin main
token的生成方法参见链接