Swift Notes#2 — Set up GitHubs and set SSH Key in Xcode.

Hello everyone,

Today I’ll talk about how to set up GitHubs account in Xcode, also how to get SSH Key.

How to set up GitHubs account in Xcode?

  • Open Xcode settings.
  • Select GitHub for type of account.
  • Fill you GitHub account and get Token on GitHub.
  • Click Create a Token on GitHub.
  • Select expiration.

--

--