I finally set up a git and review board server.
I am sure Git works fine,client machine can pull/push files!
Review board server works fine too.I can create a new request manually on web page and another guy can see the review request from email.
We have two machines,A has a git remote server and review board server. B is my working machine--Ubuntu desktop,also has a git system.
When I run post-review in one git test project on B,got this error:
post-review
Error uploading diff
The generated diff file was empty. This usually means no files were modified in this change.
Try running with --output-diff and --debug for more information.
Your review request still exists, but the diff is not attached.
why?