LoginSignup
0
1

More than 5 years have passed since last update.

Linuxで git clone パスワードを保存させる

Posted at

設定

以下のコマンドを実行する。
一回クローンした後は、パスワードが保存される。

git config --global credential.helper store

確認

#保存されたユーザー&パスワードを確認する。
cat ~/.git-credentials
#上記のファイルに、以下の形式で情報が保存される
#https://username:password@example.com
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1