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

coding git push 失败

时间:2017-04-11 09:30:02      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:提交   config   命令   客户端   read   ast   文件   git push   related   

首先在coding上创建一个项目,添加readme文件。这样才会使用到git pull命令

添加,提交,和远程连接这里就不展示了

在git push前就需要先git pull。

在此之前先关闭git 客户端,打开.git/config

添加

[branch "master"]
      remote = origin
      merge = refs/heads/master

最后打开git 输入git pull --allow-unrelated-histories

git push

成功

 

coding git push 失败

标签:提交   config   命令   客户端   read   ast   文件   git push   related   

原文地址:http://www.cnblogs.com/dailinfu/p/6691913.html

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