1.在远程仓库新建一个空项目
2.在本地新建号项目后使用命令 【设置远程仓库的链接】
git remote add origin https://gitee.com/***/项目名.git
3.使用 git push origin master 把本地仓库同步到远程仓库的master分支上
标签:tps https 仓库 链接 设置 body str div pos
1.在远程仓库新建一个空项目
2.在本地新建号项目后使用命令 【设置远程仓库的链接】
git remote add origin https://gitee.com/***/项目名.git
3.使用 git push origin master 把本地仓库同步到远程仓库的master分支上
标签:tps https 仓库 链接 设置 body str div pos
原文地址:https://www.cnblogs.com/chefweb/p/8360552.html