ssh_exchange_indentification
Connection closed by remote host fatal:
could not read from remote repository
plaease make sure you have the correct access rights
and the repository exists
Idea点击Git-->Manage Remotes-->
1、进入gitLab中相关服务,点击克隆,有“使用SSH克隆”和“使用HTTP克隆”,复制“使用HTTP克隆”的Git地址
2、在Manage Remotes点击新增,名称随意取,这里取"http",然后输入刚刚复制的“使用HTTP克隆”的Git地址
设置以上内容后
Idea点击Git-->
Push-->
Push 窗口的左侧显示的是【<本地分支名称> -> <提交方式>:<远程分支名称>】,将<提交方式>改成Manage Remotes点击新增"http"方式
示例:eature-branch -> origin:feature-branch改成eature-branch -> http:feature-branch
-->点击push提交成功
但是以上提交成功后,依旧每次拉代码都报错,建议“使用HTTP克隆”重新拉一下代码,既可解决。