我正在尝试通过带有命令序列的curl命令(使用node js)将一些更改推入bit bucket
卷曲-不安全-代理用户名:密码-X PUT -u'+'-F content = @'+'html file'+'-F message ='+消息+'-F branch =' /位桶存储库的路径'
假定该命令将递归执行五次。大多数时候,出现以下错误,
{"context":null,"message":"The merge could not
be completed because the target ref was updated mid-merge.","exceptionName":"com
.atlassian.bitbucket.scm.git.command.push.GitNonFastForwardUpdateRejectedExcepti
on"}
我无法解决此问题。如果有人可以帮我解决这个问题。我真的很棒。