Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コマンド ラインを使用して Git リポジトリにコミットしています。ユーザー名とパスワードを入力すると、認証に失敗したことがわかります。
詳細を正しく入力していることは 100% 確信しており、コミットしているのは私のレポです。
何が問題なのかわかりません。ユーザー名またはパスワードにある唯一の記号は@.
@
何か助けはありますか?
https://git.wiki.kernel.org/index.php/GitFaq#My_username_contains_a_.27.40.27.2C_I_can.27t_clone_through_HTTP.2FHTTPS
解決策 : ユーザー名の「@」記号を URL エスケープします。つまり、git clone のように %40 に置き換えます。
https://user%40mail.com@gitserver.com/path/.