git-credential-1password

2.0.0 • Public • Published

git-credential-1password

Version Downloads/week License

事前準備

  • 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>

/git-credential-1password/

    Package Sidebar

    Install

    npm i git-credential-1password

    Weekly Downloads

    10

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    6.11 kB

    Total Files

    10

    Last publish

    Collaborators

    • takagi0405