0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

githubでリポジトリインポートを行うときに忘れるもの

Posted at
  • 個人アクセストークン(PAT)を作成する
    インポート元のアカウントでGitHubにログインし、[設定 (Settings)] > [開発者設定 (Developer settings)] > [Personal access tokens] > [Tokens (classic)] の順にアクセスします。
  • [Generate new token] > [Generate new token (classic)] をクリックします。
  • [Note] に「Importer用」など、分かりやすい名前をつけます。
  • [Expiration] でトークンの有効期限を設定します(例: 30日)。
  • [Select scopes] で、repo にチェックを入れます。これでリポジトリへのアクセス権限が与えられます。
  • 一番下にある [Generate token] ボタンをクリックします。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?