首页
首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
git
dabing
创建于2023-03-06
订阅专栏
git常用命令以及常见问题
暂无订阅
共1篇文章
创建于2023-03-06
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
error: src refspec master does not match any error: failed to push some refs to
git 可以pull,不能push 出现 大概意思就是没有匹配master的映射 解决办法 git push [-f] [--set-upstream] [远端名称 [本地分支名][:远端分支名] ]