Fork me on GitHub
摘要: 解决:git config global push.default matching 这个警告的意思是:需要设置默认push的分支,所以设置好全局push的默认分支就好了。命令如下: 在有git目录下:输入`git config global push.default current` 阅读全文
posted @ 2016-03-20 22:53 削微寒 阅读(4626) 评论(0) 推荐(0)