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


how ever getting below written error.

>>> got api error 105 (http code 400): 1 or more fields had errors >>> error data: {u'fields': {u'path': [u'error: unable 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):    1 or more fields had errors (http 400, api error 105)  path: error: unable find f9da941dacb905a2241d035fe65402fa2b7316db 

fatal: git cat-file f9da941dacb905a2241d035fe65402fa2b7316db: bad file

your review request still exists, diff not attached.

please let me know solution if have.

any appreciated. in advance.

git pull error: unable find 2fcd18343b3817d1ed79a72c0c878811fd27e833 has been discussed here before. it's common error.

an reoccurring 'solution' use:

git revert head 

(it's not best, seems work)

have looked @ how pull git repository through http proxy?, believe might come in handy.

i hope can you!


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -