Adding a GitHub repository in Xcode 7 using SSH authentication gives an authentication error

前端 未结 2 1522
挽巷
挽巷 2021-01-19 21:07

I\'m trying to set up a Bot in Xcode 7 for integration testing. As part of setting this up I am adding a remote repository to the project using Xcode > Preferences > Ac

2条回答
  •  旧时难觅i
    2021-01-19 21:33

    After thinking that this was an Xcode 7 bug, because of posts like this one I finally found that the problem was actually caused by GitHub.

    GitHub implemented third party access restrictions for organizations and teams which meant that any SSH keys generated before February 2014 would no longer work for new apps. Look for the section in your organization's settings pages:

    I generated new SSH keys and uploaded them and my Xcode 7 bots are working fine with SSH.

提交回复
热议问题