Android Studio can't login to GitHub

后端 未结 9 1261
抹茶落季
抹茶落季 2021-01-17 17:11

I\'m getting this issue while logging in on GitHub on Android Studio:

Can\'t login: Can\'t get user info 404: Not found

9条回答
  •  南笙
    南笙 (楼主)
    2021-01-17 17:41

    For me the problem was that the repository URL was set with http:// but the credential goes to the same URL but with https://. changing the repository URL to https:// solved my problem.

提交回复
热议问题