【发布时间】:2018-08-17 10:53:15
【问题描述】:
更新git后,我只是想出了一个问题,就是在android studio和gitlab之间push或者pull代码的时候,出现了一个问题:
FATAL ERROR: Disconnected: No supported authentication methods available (server sent: publickey)
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
我在网上搜了一下,发现ssh有连接问题,但是
我仍然可以将项目克隆到我的本地机器。
我已经检查了我的电脑和 gitlab 上的 ssh 公钥,它们仍然存在。
我的github工作正常,可以push或者pull代码
【问题讨论】:
标签: android-studio ssh gitlab ssh-keys