*** REMOTE GEMS ***
ERROR: While executing gem … (Errno::EBADF)
Bad file descriptor - connect(2)
a long time i could not figure out, why this happens - though i had
the intention, it must be, because i only can go thru a proxy to the i-
net. so, here is finally the solution, if you suffer the same
circumstances.
find out, what your proxy url is (in your functioning browsers
options you will find something like a sol.org;
donwload this, open in an editor an find your proxy-server url)
*** REMOTE GEMS ***
ERROR: While executing gem … (Errno::EBADF)
Bad file descriptor - connect(2)
find out, what your proxy url is (in your functioning browsers
options you will find something like a sol.org;
donwload this, open in an editor an find your proxy-server url)
*** REMOTE GEMS ***
ERROR: While executing gem … (Errno::EBADF)
Bad file descriptor - connect(2)
a long time i could not figure out, why this happens - though i had
the intention, it must be, because i only can go thru a proxy to the i-
net. so, here is finally the solution, if you suffer the same
circumstances.
find out, what your proxy url is (in your functioning browsers
options you will find something like a http://terra.sol.org/proxy.pac;
donwload this, open in an editor an find your proxy-server url)
To install gems behind a proxy server just append at the end " -p http://proxy.myserver.lan:8080",
where proxy.myserver.lan is your proxy address (check this from your
browser settings).