Xcode 4.4 - no remotes found

前端 未结 8 2093
失恋的感觉
失恋的感觉 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:27

    I have found this solution for Xcode with Git:

    Organizer > remotes > origin

    1) remove old remote

    2) add new remote:

    • remote name: origin

    • location: same as before, but replace all ":/" or "//" by "/" only

提交回复
热议问题