オフィスのファイアウォールの背後にあるオープンソース コードをダウンロードするために、このようにプロキシをエクスポートしています。
export http_proxy=http://username:passwdatXYZ.com:portnumber
export https_proxy=http://username:passwdatXYZ.com:portnumber
export HTTP_PROXY=://username:passwdatXYZ.com:portnumber
export HTTPS_PROXY=://username:passwdatXYZ.com:portnumber
上記のパスワードを使用したこのエクスポートとログインが正しいかどうか、または機能しているかどうかを確認するにはどうすればよいですか?
パスワードに特殊文字 " " が!
含まれています。-> abcd!efgh
abcd%21efgh
21
!
機能していないので、それらの設定を何に変更しますか?