Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/git/23.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
为git ssh设置公钥加密_Git_Version Control_Github_Public Key Encryption_Ssh Keys - Fatal编程技术网

为git ssh设置公钥加密

为git ssh设置公钥加密,git,version-control,github,public-key-encryption,ssh-keys,Git,Version Control,Github,Public Key Encryption,Ssh Keys,我想设置对git shell应用程序(windowspowershell v1.0)的公钥访问。应用程序附带的是shell应用程序 我想将提交推送到远程CentOS web服务器上的裸存储库。只需将密钥对放入%USERPROFILE%/.ssh/,然后将公钥上载到服务器~/.ssh/authorized_keys我尝试过,我知道如何操作,但遇到了拒绝访问错误。

我想设置对git shell应用程序(windowspowershell v1.0)的公钥访问。应用程序附带的是shell应用程序


我想将提交推送到远程CentOS web服务器上的裸存储库。

只需将密钥对放入
%USERPROFILE%/.ssh/
,然后将公钥上载到服务器
~/.ssh/authorized_keys

我尝试过,我知道如何操作,但遇到了拒绝访问错误。