Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/25.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows Aptana SSH Git到专用存储库-致命:远程端意外挂起_Windows_Git_Ssh_Aptana - Fatal编程技术网

Windows Aptana SSH Git到专用存储库-致命:远程端意外挂起

Windows Aptana SSH Git到专用存储库-致命:远程端意外挂起,windows,git,ssh,aptana,Windows,Git,Ssh,Aptana,当尝试将git存储库作为新项目导入时,我在Windows上总是会遇到以下错误(不多也不少): fatal: the remote end hung up unexpectedly 我没有收到任何其他错误,我也不确定在哪里检查更好的错误日志 我输入我的URI: ssh://user@server:port/my/directory/repo.git 但它失败了。然而,我在运行Aptana的Mac或Linux pc上使用相同的URI,并且它可以工作。有什么好处?有什么建议吗 谢谢 下面的问题可能

当尝试将git存储库作为新项目导入时,我在Windows上总是会遇到以下错误(不多也不少):

fatal: the remote end hung up unexpectedly
我没有收到任何其他错误,我也不确定在哪里检查更好的错误日志

我输入我的URI:

ssh://user@server:port/my/directory/repo.git
但它失败了。然而,我在运行Aptana的Mac或Linux pc上使用相同的URI,并且它可以工作。有什么好处?有什么建议吗


谢谢

下面的问题可能会给出一些提示:我已经看到了这些,但我不认为这是一个公开密钥问题。我不完全确定第二个是否相关。也许与你的问题有关?或者?您可能想提供一些关于如何在您的系统上设置git的详细信息,否则很难找出导致所述问题的原因ssh://user@服务器:端口工作吗?(以排除公开密钥问题)