Topic on Project:Support desk

git review -R doesn't work

2
2601:100:8000:7360:D456:7CCF:623C:9CF5 (talkcontribs)

Hello, I already converted these files, but when I want to push my changes (git review -R) I get this error https://pastebin.com/M3p8TrRv I spent a few hours trying solve it, but I can't find the solution. I changed my python version from 3.7 to 3.4, but it doesn't help. When I try to push changes from the root directory the error with Python disappears, but I get this error https://pastebin.com/cjWes84U .

Bawolff (talkcontribs)

you can try:

git push origin HEAD:refs/for/master

instead

The second error means for some reason its pushing to a branch named review where it should be pushing to master

Reply to "git review -R doesn't work"