码迷,mamicode.com
首页 > 其他好文 > 详细

git push origin master 错误解决办法

时间:2016-06-28 18:36:47      阅读:139      评论:0      收藏:0      [点我收藏+]

标签:

一、错误代码如下:

技术分享
error: failed to push some refs to ‘https://github.com/wbingithub/drag.git‘
View Code

二、在网上搜了一下,如下写就可以了

技术分享
git push -f origin master
View Code

 

git push origin master 错误解决办法

标签:

原文地址:http://www.cnblogs.com/wangbinweb/p/5624356.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!