- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Git/GitHub/HTTPSでcloneする(廃止) へ行く。
- 1 (2020-05-25 (月) 11:59:52)
- 2 (2020-05-25 (月) 12:35:21)
HTTPSでcloneする
git clone https://username:password@github.com/username/repository.git # (1) git clone https://username@github.com/username/repository.git # (2)
- (1)のようにusername:passwordを指定する。passwordにはGitHubのパスワードまたはアクセストークンが使える
- パスワードに2段階認証を設定している場合はpasswordを指定できないようなので、(2)のようにusernameだけ指定する。すると、Git資格情報マネージャのダイアログが開くでのそこでパスワードと2段階認証のPINを入力する
パーソナルアクセストークン
- パーソナルアクセストークンは以下のようにGitHubのSettings画面で作成する
- https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line