我正在尝试 post 在一定范围内向审查委员会提交更改

I am trying to post commited changes to review board within some range

我怎么会出现以下写入错误。

>>> Got API Error 105 (HTTP code 400): One or more fields had errors
>>> Error data: {u'fields': {u'path': [u'error: unable to find f9da941dacb905a2241d035fe65402fa2b7316db\nfatal: git cat-file f9da941dacb905a2241d035fe65402fa2b7316db: bad file\n']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had errors', u'code': 105}}
Traceback (most recent call last):



One or more fields had errors (HTTP 400, API Error 105)

path: error: unable to find f9da941dacb905a2241d035fe65402fa2b7316db

严重:git cat-file f9da941dacb905a2241d035fe65402fa2b7316db:错误文件

您的审核请求仍然存在,但未附加差异。

如果有人有解决办法请告诉我。

如有任何帮助,我们将不胜感激。提前致谢。

git拉 错误:无法找到 2fcd18343b3817d1ed79a72c0c878811fd27e833 之前已经在这里讨论过。这是一个常见的错误。

一个经常重复出现的'solution'是使用:

git revert HEAD

(它可能不是最好的,但它似乎有效)

你看过了吗,我相信它可能会派上用场。

希望对您有所帮助!

实际上,审核板配置存在一些问题。存储库设置不正确。所以我们无法 post 评论。

所以在审查板上再次删除并创建了存储库。