開発日記

Erlangをダラダラ書きます。

GitHubへの認証

認証方法は主に2種類ある.

1. Personal Access Token

docs.github.com

コマンドライン上でのトークンの使用

$ git clone https://github.com/username/repo.git
Username: your_username
Password: your_token

2. Caching credentials

docs.github.com

Github CLI

cli.github.com

Github CLILinuxおよびBSDへのインストール

github.com

それでは.いろはにへとへと.