会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
睁yan-ii
python
博客园
首页
新随笔
联系
订阅
管理
git 怎么提交非空仓库?最保险方法(git之前备份数据)
1. git init
2. git add -A
3.git commit -m['初始化']
4 git remote add origin
https://gitee.com/youyisl/myvue.git
5 git push origin master 会出现以下错误
然后 执行 git pull --rebase origin master
最后执行
git push origin master
此时 .git 文件就可以试用上传了 把之前的数据放置在.git 文件同级目录下上传
posted @
2021-06-04 11:16
睁yan-ii
阅读(
113
) 评论(
1
)
收藏
举报
刷新页面
返回顶部
公告