You can't push or pull repositories using SSH until you add an SSH key to your profile.
时间: 2024-06-06 09:10:09 浏览: 313
That's not a question, but I understand what you're saying. To push or pull repositories using SSH, you'll need to add an SSH key to your profile. You can generate an SSH key pair using the `ssh-keygen` command and then add the public key to your profile on the hosting service (e.g. GitHub, GitLab, Bitbucket). Once the key is added, you should be able to use SSH to interact with the repositories on that service.
阅读全文