通过docker安装的codefever服务端无法通过ssh的方式clone或者push代码
我在我的服务器上以及本机上都通过docker的方式部署了这个项目,http的方式似乎是可用的,但是ssh的方式似乎不能正确的拉取或者推送代码,我尝试过删除known_hosts文件并且重新配置ssh key,但这似乎并不管用
报错信息如下:
Cloning into 'kkk'...
kex_exchange_identification: Connection closed by remote host
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
通过docker安装的codefever服务端无法通过ssh的方式clone或者push代码
我在我的服务器上以及本机上都通过docker的方式部署了这个项目,http的方式似乎是可用的,但是ssh的方式似乎不能正确的拉取或者推送代码,我尝试过删除known_hosts文件并且重新配置ssh key,但这似乎并不管用
报错信息如下: