My server was working fine until yesterday it was pulling fine. today I run the command
>> git pull origin <branch>
I get a response: remote: Repository not found. I run command
>> ssh -T git@github.com
I get response: Hi! You've successfully authenticated, but GitHub does not provide shell access.
>> I added ssh to my use and it has read and write ability
I even added config file like in here
https://help.github.com/en/github/authenticating-to-github/using-ssh-over-the-https-port
still not working, and it'd be a mess if I create a new repo.
any ideas? is there something wrong with GitHub? why this might happen.