首页 > 代码库 > coding git push 失败
coding git push 失败
首先在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 失败
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。