您的位置 首页 git

git 上传代码(仓库)项目

场景, 从别人那里 clone 来的代码 上传到 gitee 仓库

1- 删除之前的 信息

第一: 查看远程库的信息:

git remote -v

第二: 删除现有的远程仓库:

git remote rm origin

第三: 建立新的远程仓库地址: git remote add origin + 远程仓库地址

git remote add origin https://gitee.com/wang-huamao/springbootdemo.git
git push -u origin "master"

715740383@qq.com , 158a

 

 

欢迎来撩 : 汇总all

白眉大叔

关于白眉大叔linux云计算: 白眉大叔

热门文章