So... basically this is what happened:
- I have an odoo.sh instance with the github repo (sample_project) that was created under my personal github acct (john_doe), let's say the github repo is at:
==> git@github.com:john_doe/sample_project.git
- I created a github org (sample_org) and transfer the sample_project to sample_org possession. Now the repo is at:
==> git@github.com:sample_org/sample_project.git
..................
I think this is the reason it broke my odoo.sh development / staging / prod branches.
I cannot create or modify any old or new development branches, it will says " Ah, well... Could not find remote repository. Do you have the correct access rights to the repository on Github?"
If I try to rebuild old development branches.... or use the shell in staging branch and do a get fetch, it will say "Failed to clone the repository git@github.com:john_doe/sample_project.git"
I just want my odoo.sh to work well with "git@github.com:sample_org/sample_project.git".... Can somebody help please? :(
I have similar error!
I don't know why... but i submit a ticket more then a week ago, and the first answear was : is not odoo issue , ask the author of the app. Well none of the apps can be deployed, so i went back to odoo.. and i'm still waiting for the fix, so i can enjoy odoo.sh that i'm paying!