skip to Main Content

I’m experiencing this weird error which keeps annoying me every time I try to push my local git repository to Github. Hope someone can help me out with this weird thing. My working environment: Xcode 13.3.

Error Alert

2

Answers


  1. Looks like you need to first initialize git in your project folder and then only this will work.

    Login or Signup to reply.
  2. In my case, a web debugging proxy caused this problem.

    It seems that Xcode pins github certificate. So when I start a web debugging proxy as system proxy, the request fails.

    Clear system proxy and restart xcode helps me.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search