来源:https://jhooq.com/github-permission-denied-publickey/ git@github.com : Permission denied (public key).fatal: Could not read from remote repository. - It means GitHub is rejecting your connection because - It is your private repo GitHub does not trust your computer because it does not have the public key of your computer. And when you try to clone the repo you get the following error message - git@github.com: Permission denied ( public key ) . fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. BASH Not only github but you can face this issue on the platform like GitLab , DigitalOcean , here I have composed the list of possible solutions - GitHub - How to fix git@github.com: Permission denied (public key) ? GitLab - How to fix gitlab.com: permission denied (publickey) fatal: Could not read from remote repository BitBucket - Permission denie...
评论
发表评论