git push提示push.default is unset

问题描述: 执行git push命令,警示push.default is unset…,详细警示信息见下图: 大意是:push.default未设置,其默认值在Git 2.0中从“matching”更改为了“simple”,可以自行配置push.default的值。 解决办法: 执行命令【git config --global push.default matching】,将push.defaul
相关文章
相关标签/搜索