git-credential-1password
v2.0.0
Published
git-credential-1password ========================
Downloads
15
Readme
git-credential-1password
事前準備
- 1Password CLIのインストール https://developer.1password.com/docs/cli/get-started#install
- 1Passwordに下記設定を追加
- タイトル: Gitリポジトリのホスト名(GitHubの場合は'github.com')
- gc1p_username: ログインユーザ名
- gc1p_password: ログインパスワード(GitHubの場合はパーソナルアクセストークンをセットする)
使い方
$ yarn global add git-credential-1password
$ git config --global credential.helper 1password
$ git clone <repository>