5
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?

More than 3 years have passed since last update.

Tokenを用いて、AndroidStudioとGitHubを連携させる

Posted at

AndroidStudioとGitHubを連携させようとした際、GitHubのユーザーIDとパスワードを用いた連携が出来なかったため、代わりとして行った処置をメモしておきます。
なお、Gitがインストール済みであり、GitHubのアカウントを所持していることが前提となります。
##AndroidStudioでログインフォームを開く
上のメニューから、
VCS → Import into Version Control → Share Project on GitHub
と進んでいきます。
Qi1.png

すると下のような画面が現れ、GitHubのIDとパスワードを求められます。Qi2.png

私の場合は、
Invalid authentication data. 404 Not Found - Not Found
とエラーが出てしまいました。Qi3.png

調べても原因がわからなかったので、右上のUse Tokenをクリックします。
下の画面になったらAndroidStudioでの作業は一旦おやすみです。Qi4.png

##GitHubでTokenを生成する
GitHubにログイン後、右上のプロフィールアイコンを押し、
Settings → Developer settings → Personal access tokens
と進みます。
Generate new tokenをクリックしましょう。
Qi5 (2).png

Tokenの名前をつけ、GitHubにおけるアクセス範囲を指定します。
Qi6 (2).png

画面下のGenerate tokenを押すと、数字とアルファベットの羅列が生成されます。
これをコピーします。
Token生成.jpg
##AndroidStudioとGitHubを連携させる
AndroidStudioに戻り、Token:の欄に先ほどコピーしたTokenを貼り付けます。
Qi8.jpg

Log In押下後、下のような画面に変われば成功です。
Qi9.png

5
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
5
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?