LoginSignup
0
0

More than 3 years have passed since last update.

gitにhttpsのパスワードを覚えさせる

Last updated at Posted at 2020-03-12

汎用

Linux

  • Fedoraの場合は git-credential-libsecret パッケージをインストールする
  • .gitconfigに以下を記入
[credential]
        helper = libsecret
  • 保存状況の確認と削除はseahorseでできる
  • git-credential-gnomekeringはgnomekeyring自体がobsoleteのようです。

cygwinのgit

[credential]
        helper = manager
0
0
1

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
0