Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.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
堆栈跟踪:\sshd.exe:**致命错误-无法加载u,Win32错误1114,COPSSH GIT TORTOISEGIT_Git_Ssh_Tortoisegit - Fatal编程技术网

堆栈跟踪:\sshd.exe:**致命错误-无法加载u,Win32错误1114,COPSSH GIT TORTOISEGIT

堆栈跟踪:\sshd.exe:**致命错误-无法加载u,Win32错误1114,COPSSH GIT TORTOISEGIT,git,ssh,tortoisegit,Git,Ssh,Tortoisegit,我在使用git和copssh进行密钥身份验证时遇到了这种非常奇怪的情况 当我使用带有密钥身份验证的tortoisegit或git扩展进行git推送或克隆时,它总是失败 堆栈跟踪:\sshd.exe:*致命错误 -无法加载u,Win32错误1114 但当我用油灰装同一把钥匙时,它工作正常。我确实尝试过使用plink.exe更改tortoisegitsh客户端,但仍然不起作用 在我从home/user/.ssh目录中删除授权密钥文件后,我尝试使用密码更改身份验证方法,并且所有git命令都正常工作 那

我在使用git和copssh进行密钥身份验证时遇到了这种非常奇怪的情况

当我使用带有密钥身份验证的tortoisegit或git扩展进行git推送或克隆时,它总是失败

堆栈跟踪:\sshd.exe:*致命错误 -无法加载u,Win32错误1114

但当我用油灰装同一把钥匙时,它工作正常。我确实尝试过使用plink.exe更改tortoisegitsh客户端,但仍然不起作用

在我从home/user/.ssh目录中删除授权密钥文件后,我尝试使用密码更改身份验证方法,并且所有git命令都正常工作

那么是什么让一切都错了呢? 请帮忙


TIA

关于权限,我使用的是COPSSH,它使用windows用户名作为ssh帐户。当您使用密码进行身份验证时,您不必是管理员才能拥有克隆(读取)或推送(写入)权限,但当您使用配对密钥进行身份验证时,您需要拥有管理员权限,即使您已设置了对目标文件夹的完全控制权限。

谢谢!谁会知道呢:)