GitHubは「Login Failed」の解決方法を提示

1097 ワード

GitHubのインストールが完了すると、正常にログインできません. to retrieve your user info from the server a proxy server might be interfering with the request."
1.GitHub for windowsに付属のGit Shellを使用します.
2.コマンドの入力:(公式紹介:https://help.github.com/articles/set-up-git/)
git config --global user.name "YOUR NAME"
または
git config --global user.email "YOUR EMAIL ADDRESS"
そしてクライアントに戻ってログインすればよい.