Gitblit push error “error: RPC failed; result=52, HTTP code = 0”
问题 Setup gitlbit on my Mac OS X 10.8, but keeps failing to push! In the Gitblit web interface, I created an empty repository called empty and cloned it to local storage by the following command: git clone https://localhost:8443/git/test/empty.git I added a file and commit the change and added a remote git remote add gitblit https://localhost:8443/git/test/empty.git then I try to push with: git push -v gitblit master and the error shows: Pushing to https://localhost:8443/git/test/empty.git