1. ホーム
  2. git

git pull,fatal: unable to access 'https://github.com...\' 」を解決するには?サーバーからの応答がない"

2023-10-31 11:18:04

質問

Gitコマンド "git pull" でリポジトリを更新しようとすると、以下のようなメッセージが表示され、失敗します。 fatal: unable to access '...': サーバーからの応答が空です。

また、GitHubアプリを使おうとしたところ、このようなアラートが表示されました。

Cloning into 'renren_mobile'...
warning: templates not found /Applications/GitHub.app/Contents/Resources/git/templates
2014-11-23 13:58:57.975 GitHub for Mac Login[659:11891] AskPass with arguments: (
    "/Applications/GitHub.app/Contents/MacOS/GitHub for Mac Login",
    "Username for 'https://github.com': "
)
2014-11-23 13:58:58.032 GitHub for Mac Login[660:11915] AskPass with arguments: (
    "/Applications/GitHub.app/Contents/MacOS/GitHub for Mac Login",
    "Password for '': "
)
fatal: unable to access '...': Empty reply from server
 (128)

どのように解決するのですか?

私はこの問題を解決しました。httpsが原因だと思うのですが、よくわかりません。 リモートのURLをHTTPSからSSHに切り替えることができます。

1.詳しくはこちらをご覧ください。 https://help.github.com/articles/changing-a-remote-s-url/

また、sshの鍵の設定も必要でした。

2.これに従ってください。 https://help.github.com/articles/generating-ssh-keys/

macを買い換えたのでこの問題に出くわしたのですが、データの転送はしているので、たぶん主な理由だと思います。