Xcode 4.4 - no remotes found

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

    you need first add a remote repository: git remote add yourname https://github.com/user/repo.git

    and than push... and xcode find the remote repo and can push too.

提交回复
热议问题