Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 5 - No Remotes Found

Here are the steps:

  1. Added a repo to beanstalkapp.
  2. Added the repo from Preferences > Accounts in Xcode 5.
  3. Created a new project with local git.
  4. Selected Source Control > Push...

Xcode shows me "no remotes found".
What am I doing wrong?

like image 421
Abdalrahman Shatou Avatar asked Nov 05 '13 14:11

Abdalrahman Shatou


1 Answers

Xcode probably doesn't know that the remote belongs to your project. See if this works:

  • Open your project in Xcode

  • Head over to Source Control - Working Copies (your project) - Configure - Remotes. Can you see your remote there? If not, hit the plus sign at the bottom left and add your remote.

  • If your project is showing, and you've verified the path, try Source Control - Push. You should see your remote(s) and a drop-down of branches.

  • If instead you see "No Remotes", try rebooting Xcode.

like image 135
Jay Versluis Avatar answered Sep 29 '22 09:09

Jay Versluis