coding git push 失败

Posted 戴林甫

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 失败的主要内容,如果未能解决你的问题,请参考以下文章

用Tortoisegit往GitHub上push时,失败并显示git did not exit cleanly (exit code 1),可能是GitHub的Email的原因

coding git push 403 时

How to push your code in git

coding push 上传文件

git 阿里云code免密pull push

git push报错:error: RPC failed; result=22, HTTP code = 413