I need to add Ruby gem to geminabox source with
gem source -a https://login:my#pass@geminabox.my.domain.com/
But there is #
in my password, and this symbol is treated as the beginning of a comment (and I can't change this password). I tried to use \#
and %23
but they do not work. Any ideas?