Github Certificate Error #190943
Replies: 4 comments 2 replies
-
|
Please try uploading the image again, or describe the error message you are seeing on the photo. |
Beta Was this translation helpful? Give feedback.
-
|
This issue is usually related to an SSL or certificate problem in Git, which is quite common, especially for beginners. It can happen due to network restrictions like VPNs, proxies, or firewalls, so you can try switching your network or disabling any VPN you are using. Another common cause is using an outdated version of Git, so make sure your Git is updated to the latest version. You can also temporarily disable SSL verification using git config --global http.sslVerify false, but this is not recommended as a permanent solution. A better and more reliable approach is to use SSH instead of HTTPS when cloning or pushing code, as SSH avoids certificate-related issues entirely. Additionally, ensure that your system date and time are correct, as incorrect settings can also lead to certificate errors. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Projects
Body
Hello Guys
I am fairly new to programming and stuff and i have a massive issue with the error seen in the image attached to this topic. Idk if someone could explain to me how to resolve this issue and could explain to me how step by step it would be appreciated
![Uploading PHOTO-2026-03-28-10-06-30.jpeg…]()
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions