git config submodule名 "https://user名:パスワード@gitのURL"
ユーザー名や、パスワードに@などが入っている場合は、URLエスケープする必要がある。
例えば、user名にメアドが入ってたりしたら(user@hogex.co.jp)
git config submodule名 "https://user%40hogex.co.jp:パスワード@gitのURL"
みたいな感じ。
Go to list of users who liked
More than 3 years have passed since last update.
git config submodule名 "https://user名:パスワード@gitのURL"
ユーザー名や、パスワードに@などが入っている場合は、URLエスケープする必要がある。
例えば、user名にメアドが入ってたりしたら(user@hogex.co.jp)
git config submodule名 "https://user%40hogex.co.jp:パスワード@gitのURL"
みたいな感じ。
Register as a new user and use Qiita more conveniently
Go to list of users who liked