Push failed: Failed with error: Could not read from remote repository.

Git提交项目到Github的时候Push失败。
首先检查了ssh已经配置。
Push failed: Failed with error: Could not read from remote repository.
使用Android Studio 一直就是Push不上去。
Push failed: Failed with error: Could not read from remote repository.
然后尝试使用git命令却成功了。嘤嘤嘤。
千辛万苦找了半天才找到是因为 SSH 使用了 Built-in方式
Push failed: Failed with error: Could not read from remote repository.
将其修改为 Native 然后就搞定了。
Push failed: Failed with error: Could not read from remote repository.
因为Github上边的SSH 配的是本地 C:\Users\zxb\.ssh\id_rsa.pub 中的值。