objective c - Xcode: Could not read from remote repository -


i trying connect xcode git (bitbucket).

i read question/"tutorial": in xcode 4 how add remote github repository existing local project?

i follow steps have problem.

in xcode 4.6.1 obtain error:

"fatal "my_repo" not appear git repository fatal: not read remote repository."

what can do? noob xcode.

thanks!

this linked bitbucket url using remote repo.

i prefer using @ first https url (not git one, or ssh one), listed in this bitbucket doc page:

https://accountname@bitbucket.org/accountname/reponame.git 

make sure repo name , user name correct, including case.

the problem on xcode, @ moment make "push". xcode shows: "commit or discard changes , try again." , isn´t true, there aren´t changes

as in this answer, need add , commit @ least 1 change in order able push.

the op kaisser mentions tutorial "12 steps using github xcode 4".
did was:

create empty project , make commit , push, ok.
then, copied current project , renamed it


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -