Skip to content

git-sync can not support proxy? #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fumanne opened this issue Aug 20, 2019 · 2 comments
Closed

git-sync can not support proxy? #180

fumanne opened this issue Aug 20, 2019 · 2 comments

Comments

@fumanne
Copy link

fumanne commented Aug 20, 2019

when manually, (git clone [email protected]/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?

@thockin
Copy link
Member

thockin commented Oct 26, 2019

I have no direct experience with setting this up, so I'll need some help. How do you think it should work? What should the CLI be to set this up in the most general way possible?

We set the homedir to /tmp, so could you simply mount your custom ssh config to /tmp/.ssh/config?

@fumanne
Copy link
Author

fumanne commented Nov 5, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants