I was wondering if anyone has faced this problem. I have created a Personal Access Token following this, and also gave full repo access to the access token.
I am able to clone the repo down via:
git clone https://<Personal Access Token>@github.com/<Org name>/<Repo_name>.git
But I am unable to push it gives me the error:
remote: Repository not found.
atal: repository 'https://<Personal Access Token>@github.com/<Org name>/<Repo_name>.git/' not found
Running git remote -v
gives:
origin https://<Personal Access Token>@github.com/<Org name>/<Repo_name>.git (fetch)
origin https://<Personal Access Token>@github.com/<Org name>/<Repo_name>.git (push)
Please let me know if you need more information.
The PO answered the question in a comment above:
Don't worry... I figured it out the account with the access token only had read access...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With