Authentification issue when pushing Xcode project to GitHub

后端 未结 1 1205
野趣味
野趣味 2021-01-02 23:48

I encountered a problem when I wanted to push my project to GitHub via Xcode.

Attention, I am not talking about terminal here. I have to set the Xcode environment fo

相关标签:
1条回答
  • 2021-01-03 00:27

    I always set the github URL to:

    https://username:password@github.com/username/Whatever.git
    

    Which is bad for security, but I've wasted enough time trying to get SSH to work with multiple key pairs and I cannot be bothered to type my username/password every time.

    0 讨论(0)
提交回复
热议问题