1
1

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 5 years have passed since last update.

eclipseからGithubへのプッシュで401 Authorization Requiredエラー

Last updated at Posted at 2016-10-16

#Gitで401 Authorization Requiredエラー
色々試したけど結局原因は分からず・・・
githubへの接続をhttpsからsshに変更して暫定的に対応

##エラー内容

Can't connect to any repository: https://github.com/xxx/yyyy.git(https://github.com/xxx/yyy.git: 401 Authorization Required)

##エラー発生環境

  • Pleiades All in One Eclipse4.6
  • EGitプラグイン

##対処方法
githubへの接続をhttpsからsshに変更

  1. 秘密鍵/公開鍵の生成
    • eclipse → ウィンドウ → 設定 → 一般 → ネットワーク接続 → SSH2 → 鍵管理
      • DSA鍵の生成
      • 秘密鍵の保管(パスフレーズは空白)
  2. 公開鍵をgithubに登録
    • settings → SSH and GPG keys → New SSH key
      • 上記で作成した公開鍵を登録
  3. githubへのURLをhttpsからsshに変更

##補足
プロキシを使用している場合はeclipseのsshプロキシ設定が必要

  • eclipse → ウィンドウ → 設定 → 一般 → ネットワーク接続
    • アクティブ・プロバイダーをマニュアルに変更
    • HTTPSスキーマのプロキシを設定
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?