I'm creating a development branch after configuring ssh keys to my repository.
When I fork from production it says:
"Could not find the remote repository. Do you have the correct access rights to the repository on GitHub?"
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I'm creating a development branch after configuring ssh keys to my repository.
When I fork from production it says:
"Could not find the remote repository. Do you have the correct access rights to the repository on GitHub?"
Solved:
Our Odoo house automatically created the repository for my company's project on their account, so we had to convince them that it is a problem, if we don't have access and admin rights on GitHub ;)
Sory, not a technical problem apparently.
Hi,
Make sure that the SSH keys are correctly added to your GitHub account. You can verify this by trying to clone any repository from your account using SSH. You might need to reconfigure your SSH keys if it doesn't work.
Also, Ensure that you have the necessary access rights to the repository you're trying to fork. If it's a private repository, you need to be added as a collaborator or be part of a team with access to it.
Thanks
Create an account today to enjoy exclusive features and engage with our awesome community!
PrijaviRelated Posts | Odgovori | Prikazi | Aktivnost | |
---|---|---|---|---|
|
3
avg. 25
|
2636 | ||
|
1
maj 25
|
2654 | ||
|
1
apr. 25
|
3646 | ||
|
1
apr. 25
|
4504 | ||
|
1
apr. 25
|
1973 |
Apparently, the repo was created initially by Odoohouse, therefore they had to configure it for us and add our dev team rights and ssh keys.
Thank you for the quick reply.