When I'm cloning a repository from my account this error show up. Also, I can't push to anything to my repositories.
remote: Repository not found.
fatal: repository 'https://github.com/username/repo-name.git/' not found
after I generate an access token from GitHub issue is still occurring to me.
commands that I used
git clone https://<token>@github.com/username/repo.git
git push https://<token>@github.com/username/repo.git
I'm using
VS Code - version 1.62.3
OS - Ubuntu 20.04.03 LTS
Please anyone can guide me to solve this problem?