Apps Script公式リファレンス: Apps Script Reference |障害・課題追跡: IssueTracker |Google Workspace: Status Dashboard - Summary

2019年6月16日日曜日

GitHubの二段階認証を設定する


スマホの機種変時にGitHubの二段階認証を設定したときの備忘録

GitHubにログインします
https://github.com/login


二段階認証のコードを入力して「Verify」をクリックします(すでに設定している場合)


右上の自分のアイコンをクリックしてSettingsを選択します


Securityを選択してAuthenticator appの「Edit」をクリックします

「Set up using an app」をクリックします


Recovery codesを「Download」「Print」「Copy」して保存したあと
「Next」をクリックします


Google認証システムでバーコードをスキャンします

今回試したときはスキャンしても何も反応がなかったので
enter the text codeをクリックしてコードを取得しました


取得したコードを入力する場所は
Google認証システムの「+」から「提供されたキーを入力」を選択した画面です


「アカウント名」をGitHubなどにして
「キー」にenter the text codeで取得したコードを入力して
「追加」を選択します


参考

Configuring two-factor authentication
https://help.github.com/en/articles/configuring-two-factor-authentication

Latest post

Google Apps Scriptの障害時はIssueTrackerを見てみる - Incidents for Apps Script are reported on Issue Tracker

IssueTracker > Apps Script issues https://issuetracker.google.com/savedsearches/566234 Google Apps Scriptの障害時は IssueTracker に課題が上がっていることが...