from xcode preferinces i added my account with MyUserName and my App pasword token i generated here https://bitbucket.org/account/settings/app-passwords/
when i add the project to new remote bitbucket it ads to my username
https://bitbucket.org/MyUserName/MyProjectName
instead of
https://bitbucket.org/MyWorkspaceName/MyProjectName
what should i do?
change my username to MyWorkspaceName?
Hi MajorSwan,
If you're using App Password to connect to a repository, the connection URL should look like the below:
https://USERNAME:APP_PASSWORD@bitbucket.org/workspaceID/reposlug.git
If this still fails to connect - I'd suggest reaching out on XCode forums, as this would appear to be a problem with the configuration for this application:
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.