this is driving me crazy..
so this is a git repo hosted on github that if pulled onto sourceTree, the submodules work like a charm:
https://github.com/abbood/remailPOP3
however an exact copy of that repo on bitbucket
https://bitbucket.org/abakhach/breeze
doesn't seem to be able to show the submodules in source tree.. the settings are all the same! (ie in both .gitmodules and .git/confing) any ideas?
The .gitmodules file on the bitbucket repo refer to a dead link:
https://abakhach@bitbucket.org/abakhach/mailcore.git
It looks to me like you moved the parent repo to Bitbucket but not the submodule repo, but you changed the submodule URL anyway, leading to a 404. You'll need to import your mailcore project into BB at that URL to resolve this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i think i know what it is.. if i click on hosted repositories.. all my github repos show up fine.. but for some reason i can't access my bitbucket one.. if i add a bitbucket repo i get the dreaded 'bitbucket api call failed'.. i had the same problem when i was adding my github account.. but then updateding to the latest sourceTree version (1.5.6) solved the problem..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That error is usually a login issue, often it's something simple like case sensitivity on the user name.
I just tried to clone your repo again and the MailCore part worked fine, it couldn't get three20 though because I don't have access. So is this solved?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.