When using the git clone function of TortoiseGit, an error is reported when using ssh, but normal when using http. What is the reason?
PHPz
PHPz 2017-05-02 09:48:15
0
3
1031

The error message is as shown below:

PHPz
PHPz

学习是最好的投资!

reply all(3)
某草草

The prompt shows that there is no permission for ssh access. There are two sets of permission controls for ssh and http. Maybe you only have http permission?

Peter_Zhu

Clone a remote repository, generally using the git protocol (public projects) or the http/https protocol (private projects). SSH is usually used for large projects, and the public key must be configured, so it is recommended to check whether the public key is deployed and whether a password has been set.

世界只因有你
  • Is the remote address you accessed correct?

  • Have you added the public key?

  • Have you enabled the clone permission?

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template