Xcode 4.4 - no remotes found

前端 未结 8 2095
失恋的感觉
失恋的感觉 2021-01-18 11:29

Post-installation of 10.8 and Xcode 4.4 when I try to push to a remote using the Xcode integration Xcode is telling me \'no remotes found\'. I am still able to push successf

相关标签:
8条回答
  • 2021-01-18 12:32

    Xcode 10.2.1

    Double Check:

    1) Git Acc under preferences. 2) cmd + 2, right click under remote to create a remote.

    0 讨论(0)
  • 2021-01-18 12:34

    I had a similar problem where remotes were failing to load, specifically for kiln as the remote host. Looking in the git config for the repository info, the URL had been changed to prepend my email address to it.

    So I simply exited Xcode, and then from the command line did:

    git remote set-url kiln https://...kiln repo name.git
    

    And that seemed to fix it when I restarted Xcode - both pull & push worked again.

    I have no idea why Xcode corrupted the URL. This was with Xcode 4.6.3

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