【发布时间】:2018-12-24 01:02:51
【问题描述】:
我正在尝试使用 MS Docs 中的说明将 Node.js/Mongo webapp 部署到 Azure。具体来说,它使用了一个 deploymentLocalGitUrl,我将我的本地存储库设置为跟踪。推送时,连接中断,现在尝试git push azure master时,出现以下错误:
$ git push azure master
Counting objects: 11, done.
Delta compression using up to 8 threads.
Compressing objects: 100% (10/10), done.
Writing objects: 100% (11/11), 6.47 KiB | 3.23 MiB/s, done.
Total 11 (delta 7), reused 0 (delta 0)
error: RPC failed; HTTP 409 curl 22 The requested URL returned error: 409 Conflict
fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
Everything up-to-date
如何解决这个问题并让我的本地存储库推送到远程 Azure 站点?谢谢!
【问题讨论】:
标签: git azure azure-devops devops