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?
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.
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?
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?