When I'm trying to clone an existing project from GitHub I get the following error:
I'm using Xcode Version 13.4.1 on an MacBook Pro 2019 (macOS Monterey Version 12.5). Does anyone have an idea on what I can do to resolve this issue? Thank you.
When I'm trying to clone an existing project from GitHub I get the following error:
I'm using Xcode Version 13.4.1 on an MacBook Pro 2019 (macOS Monterey Version 12.5). Does anyone have an idea on what I can do to resolve this issue? Thank you.
can i solve this by the help of you people?
Here another thread where someone found a solution that worked for them.
A quick internet search for "user rejected certificate for github.com” turns up more of the same, and the issue seems to be around something at the client end blocking something it shouldn’t. Are you behind a corporate firewall, or ad blocker, or corporate safe browsing proxy, or something like that? Is your Xcode configured to access GitHub via HTTPS, or via SSH? Are you able to clone the repo from the command line (using git clone
) via either of those protocols?