git push时报错error: failed to push some refs to '[email protected]:*******/sendemail.git'

第一次push内容到码云上报错:

error: failed to push some refs to '[email protected]:yl***/sendemail.git'                                                                        

        git push时报错error: failed to push some refs to 'git@gitee.com:*******/sendemail.git'_第1张图片 

        网上查找资料 找到了下面的解决办法

        在当前本地仓库下用git bash输入下面命令

    git pull origin master --allow-unrelated-histories更新一次远程库

        会弹出一个文件编辑窗口不用管它直接esc保存退出

         然后再次执行git push origin master就可以了

 

你可能感兴趣的:(git)