Running into this error on forge and I'm not sure what to try next. Here's the situation and what I've tried thus far.
Cloning into '{site_name}'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists
This forge account is for the company I work for which has an associated organization on github of which I am have an owner role. Forge is not able to read from any of the repositories owned by this organization. The above error started occurring after the owner of the github account logged into forge was removed from the organization.
What I've tried
- Unlinking/relinking github in forge under the
Source Control
tab. - Set organization, third-party application access policy to
no restrictions
- Tried having other team members in the organization sign into github on forge
- Adding the ssh key forge supplies for any given site to the deploy key section for that site's associated repository. This always yields the same error,
key already in use
. - Double, triple, quadruple checked the spelling of the repository name/path
I've tried reaching out to the forge tech support, but none of their suggestions have worked so far.
Another note, I am able to have forge connect to any of my personal repositories but none of the ones I have created for under the organization.
Has anyone else had issues related to github organizations on forge?