关闭Xcode
打开终端
1.首先先进入到项目目录 cd ****
2.删除原本的git仓库 rm -fr .git
git init
git remote add origin http://******************
git add .
git commit -m “Initial commit”
git push -u origin master
3.然后用Xcode,push
关闭Xcode
打开终端
1.首先先进入到项目目录 cd ****
2.删除原本的git仓库 rm -fr .git
git init
git remote add origin http://******************
git add .
git commit -m “Initial commit”
git push -u origin master
3.然后用Xcode,push
本文标题:替换Xcode中原来的 git 替换成新的
本文链接:https://www.haomeiwen.com/subject/lbsfgktx.html
网友评论