code-8
code-8

Reputation: 58672

Push Xcode Project to BitBucket

enter image description here

I'm trying to push my local code from my new ios project to BitBucket.

I kept getting:

An Unknown error occurred.

I double check the credentials to my BitBucket account that linked to Xcode is correct.

enter image description here


Questions

How would one go about and debug this further?

Upvotes: 1

Views: 368

Answers (1)

Swift Dev Journal
Swift Dev Journal

Reputation: 20088

Xcode has problems with uppercase letters in Bitbucket repository names. Name your Bitbucket repository seafood instead of Seafood and you should be able to create the remote Bitbucket repository.

Upvotes: 1

Related Questions