【Github】Github ~ 入門編 ~

 ■ はじめに

 * Github を少しづつ勉強する

目次

【1】公式サイト
【2】スタートアップ
 1)用意するもの
 2)手順
【3】二要素認証 (Two-factor authentication) の設定
【4】アクセストークン

 【1】公式サイト

https://github.co.jp/  

 【2】スタートアップ

 1)用意するもの

 * メールアドレス ...のみ

2)手順

[1] アカウント作成

[1-1] 以下の公式サイトから、アカウントを作成する
 => その際に、「メールアドレス」が必要になる

https://github.co.jp/

[2] リポジトリ作成

[2-1] 「Repository name」に任意の文字列(例「Demo」)を入力する
[2-2] 「Create Repository」ボタン押下

【3】二要素認証 (Two-factor authentication) の設定

以下の関連記事を参照のこと。

https://dk521123.hatenablog.com/entry/2019/10/03/222600

【4】アクセストーク

https://qiita.com/tq_jappy/items/6e2f81f372e4abaa5139
https://help.github.com/ja/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line
https://qiita.com/kz800/items/497ec70bff3e555dacd0

関連記事

Git クライアントソフト
https://dk521123.hatenablog.com/entry/2019/09/27/153937
Github ~ README.md ~
https://dk521123.hatenablog.com/entry/2020/04/10/173658
Github ~ AsciiDoc ~
https://dk521123.hatenablog.com/entry/2023/11/06/235823
Github ~ Webhook 編 ~
https://dk521123.hatenablog.com/entry/2020/01/25/224402
Github Actions ~ 基礎知識編 ~
https://dk521123.hatenablog.com/entry/2021/11/04/142835
Github Actions ~ 入門編 ~
https://dk521123.hatenablog.com/entry/2022/06/16/151443
Github Actions ~ 基本編 ~
https://dk521123.hatenablog.com/entry/2023/12/22/195715
Github Actions ~ あれこれ編 ~
https://dk521123.hatenablog.com/entry/2023/12/21/155224
Github Actions ~ ワークフロー制御 ~
https://dk521123.hatenablog.com/entry/2024/01/28/004128
Github Actions ~ if ~
https://dk521123.hatenablog.com/entry/2024/03/11/000000
Github Actions ~ エラー処理 / continue-on-error ~
https://dk521123.hatenablog.com/entry/2024/01/01/232057
Github Actions ~ エラー処理 / continue-on-error ~
https://dk521123.hatenablog.com/entry/2024/01/01/232057
Github Actions ~ workflow_dispatch / 手動実行 ~
https://dk521123.hatenablog.com/entry/2024/03/12/012953
Github Actions ~ workflow_run / workflow_call ~
https://dk521123.hatenablog.com/entry/2024/02/14/232546
Github Actions ~ GITHUB_ENV ~
https://dk521123.hatenablog.com/entry/2023/12/29/000840
Github Actions ~ プロパティ ~
https://dk521123.hatenablog.com/entry/2023/12/23/231250
Github Actions ~ Annotations / Matcher ~
https://dk521123.hatenablog.com/entry/2024/03/25/182153
Github Actions ~ Artifact ~
https://dk521123.hatenablog.com/entry/2024/02/13/021717
Github Actions ~ timeout-minutes ~
https://dk521123.hatenablog.com/entry/2024/02/09/000129
Github Actions ~ Github Actions環境変数
https://dk521123.hatenablog.com/entry/2024/02/26/194437
Github Actions ~ 外部シェルスクリプト実行 ~
https://dk521123.hatenablog.com/entry/2024/01/19/003044
Github Actions ~ Pythonを使うには ~
https://dk521123.hatenablog.com/entry/2024/02/04/011205
Github Actions ~ SQL Linter ~
https://dk521123.hatenablog.com/entry/2024/03/04/180308
Github Actions ~ Scala Linter ~
https://dk521123.hatenablog.com/entry/2024/04/02/002828
Github Actions ~ サンプル集 ~
https://dk521123.hatenablog.com/entry/2023/12/31/231438
Github Actions ~ Python関連 ~
https://dk521123.hatenablog.com/entry/2022/06/21/143624
Github Actions ~ Slack連携 ~
https://dk521123.hatenablog.com/entry/2024/04/03/003053
Github Actions ~ 設定値を切り替えることを考える ~
https://dk521123.hatenablog.com/entry/2024/02/18/232926
Github Actions ~ Self-hosted runners / 入門編 ~
https://dk521123.hatenablog.com/entry/2023/12/18/204119
Github Actions ~ Self-hosted runners / あれこれ編 ~
https://dk521123.hatenablog.com/entry/2024/02/07/002736
Github Project ~ 基礎知識編 ~
https://dk521123.hatenablog.com/entry/2023/12/09/000000
ブランチモデル ~ GitHub Flow / Git-flow etc ~
https://dk521123.hatenablog.com/entry/2019/09/29/121256
Github ~ Pull Request ~
https://dk521123.hatenablog.com/entry/2019/12/15/231202
Github ~ Draft Pull Request ~
https://dk521123.hatenablog.com/entry/2022/09/20/000000
Githubssh 接続するには
https://dk521123.hatenablog.com/entry/2019/10/17/205947
Github の リモート先が変更した際の対応
https://dk521123.hatenablog.com/entry/2021/02/04/141854
リポジトリを別のGitに移動するには
https://dk521123.hatenablog.com/entry/2022/02/10/000000
リポジトリを別のGitに移行するシェル
https://dk521123.hatenablog.com/entry/2023/02/15/173618
GitHubリポジトリをコマンドから作成する
https://dk521123.hatenablog.com/entry/2023/02/16/225023
状態を戻す際には ~ reset / revert etc ~
https://dk521123.hatenablog.com/entry/2020/07/12/103726
Gitで状態を戻す方法を考える
https://dk521123.hatenablog.com/entry/2020/07/11/182959
Githubで状態を戻す方法を考える
https://dk521123.hatenablog.com/entry/2022/08/03/000000
Android StudioGitHubを連携する
https://dk521123.hatenablog.com/entry/2019/09/26/000000
Github ~ 多要素認証(MFA)の設定 ~
https://dk521123.hatenablog.com/entry/2020/12/02/000000
Github ~ アクセストークン ~
https://dk521123.hatenablog.com/entry/2022/01/19/113903
GitHub CLI ~ 入門編 ~
https://dk521123.hatenablog.com/entry/2024/02/17/233836
Git ~ 過去ソースの取得方法 ~
https://dk521123.hatenablog.com/entry/2023/08/23/133313
多要素認証(MFA:Multi-Factor Authentication)
https://dk521123.hatenablog.com/entry/2019/10/03/222600
Git 移行時におけるトラブル
https://dk521123.hatenablog.com/entry/2022/02/02/000000
Windows上でGitの認証が通らなくなった
https://dk521123.hatenablog.com/entry/2019/12/21/222431
Githubで エラー「The requested URL returned error: 403」が発生する
https://dk521123.hatenablog.com/entry/2023/08/26/124440
Github Actionsで「Waiting for a runner to pick up this job...」から進まない
https://dk521123.hatenablog.com/entry/2024/01/10/195350
.github 直下に README.md を置いたらリポジトリルートに表示
https://dk521123.hatenablog.com/entry/2024/03/20/000000