会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qhlpn
博客园
首页
新随笔
联系
订阅
管理
2019年5月12日
error: failed to push some refs to 'https://github.com/qhlpn/Algorithm.git' hint: Updates were rejected because the remote contains work that you do
摘要: 出错原因:上传前,本地与GitHub上远程仓库内容不一样 解决方法:上传前,先进行下拉操作,同步本地与远程库 git init // 初始化本地库git add files // 添加到暂存区git commit -m "desc" // 提交到本地版本库git remote add zidingy
阅读全文
posted @ 2019-05-12 15:52 Wrestle
阅读(133)
评论(0)
推荐(0)
公告