赞
踩
1.切换到目标文件夹 2.从此处 git bash 3. git init 4. git add . 5. git commit -m “内容” 6. git remote add origin ssh地址 7. git remote -v 8. git push origin master git remote set-url orgin 更换远程仓库的地址