I am following this thread Pushing an existing git repository to SVN to sync a git repository to svn. However I am stuck at git svn fetch
git svn fetch
RA layer request failed: REPORT of '/svnrepos/my_git/!svn/vcc/default': Could not read chunk size: Secure connection truncated (https://my.svn.net) at /usr/libexec/git-core/git-svn line 5061
Anybody has an idea of how to work around this...
[Additional information]: I am behind a corporate proxy, but the svn url is reachable without proxy. Anyway I already tried set and unset http-proxy-host and http-proxy-host, http-proxy-port, http-proxy-username, http-proxy-password, none of which worked.
[Additional information 2] I can use both "svn co" and "git svn clone" to checkout the svn url