赞
踩
git init
git add -A
git commit -m "xxx"
git remote add origin ’git仓库路径‘
git push -f origin main
注: main是你的分支名 以前GitHub默认分支名为master ,现在为main