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.