git push 推送代码到远端失败

2020-04-15  本文已影响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

注意:

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

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

上一篇 下一篇

猜你喜欢

热点阅读