How to add a proxy settings to gem
Sophia Terry
Does Ubuntu have default proxy settings? I ask this question because every time I try to install rails through gem install rails I get connection timed out error! This error occurs even I try from live cd! So I am in doubt if Ubuntu has some default proxy settings.
2 Answers
I could solve this problem by adding to sources of my gem. Also I removed from it.
goto networks -> network proxy -> manual
Enter your proxy and port
Hit apply system wide
2