fod icon indicating copy to clipboard operation
fod copied to clipboard

does not work with Bitbucket

Open MigMigDev opened this issue 4 years ago • 2 comments

When I try to push the changes, I receive this error : fatal: NotSupportedException encountered. The ServicePointManager does not support proxies with the fodev.org scheme.

MigMigDev avatar Jul 28 '19 08:07 MigMigDev

You should try putting this into ~/.ssh/config.

# Bitbucket.org
Host bitbucket.org
  Preferredauthentications publickey
  IdentityFile ~/.ssh/id_rsa
  ProxyCommand nc -X connect -x fodev.org:8118 %h %p

SinaKarimi7 avatar Jul 27 '21 07:07 SinaKarimi7

@behdad222 I think this issue can be closed. https://github.com/freedomofdevelopers/fod/blob/4c2b14e444dc51641a7d3f881d665617ef8e4a4e/domains#L151

SinaKarimi7 avatar Aug 18 '21 11:08 SinaKarimi7