Xcode cloud workflow

Hi,

Can't setup Xcode cloud with GitHub with my apple developer program. I get error saying I need a GitHub account?

Answered by Developer Tools Engineer in 716673022

If you go to your project directory in Terminal and run git remote show [your remote name], do you see all the expected information about your remote repository? That is usually shown when you have a local repository that isn't connected to a remote repo.

Xcode cloud workflow
 
 
Q