一、The authenticity of host 'github.com (13.250.177.223)' can't be established.

1是问题  2是解决办法

git bush 上传文件时遇到的问题

二、 error: failed to push some refs to '[email protected]:XXXX/login.git'

这个问题可能是多方面的,我遇到的是因为rebase出错的问题 如图

 git bush 上传文件时遇到的问题

注意图中第一个红框的地方 解决办法 

git bush 上传文件时遇到的问题

$ git rebase --skip

 

相关文章: