when manually, (git clone git@xxx.github.com/yyy.git ) I use proxy configure like this: in ~/.ssh/config ``` Host xxx.github.com User git ProxyCommand nc -x proxy:1080 %h %p ``` But When use git-sync, how to do it? Can it support this function?