美文网首页
git push 推送代码到远端失败

git push 推送代码到远端失败

作者: 薛延祥 | 来源:发表于2020-04-15 14:27 被阅读0次

问题:

重新拉取项目代码后,推送修改到远端失败,报错如下

! [remote rejected] feature-callback-20200409 -> feature-callback-20200409 (pre-receive hook declined)

error: failed to push some refs to 'https://git.qutoutiao.net/contentAudit/adv-satellite-api.git'

解决方案:

https://stackoverflow.com/questions/24114676/git-error-failed-to-push-some-refs-to-remote

注意:

目前尚不能确定里面准确的解决方案,

但是操作解决方案后,最好再重新拉去项目代码,在新拉去的项目代码中进行推送远端测试。

相关文章

网友评论

      本文标题:git push 推送代码到远端失败

      本文链接:https://www.haomeiwen.com/subject/ctscvhtx.html