Tentei consertar o erro através das informações aqui no Fórum mas sem sucesso. Segue o que está havendo: PS C:\Users\Lenovo\Desktop\logica-js-projeto_inicial> git remote add origin git@https://github.com/anacfh/Jogo-do-numero-secreto PS C:\Users\Lenovo\Desktop\logica-js-projeto_inicial> git push -u main fatal: 'main' does not appear to be a git repository fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. PS C:\Users\Lenovo\Desktop\logica-js-projeto_inicial> git remote -v origin git@https://github.com/anacfh/Jogo-do-numero-secreto (fetch) origin git@https://github.com/anacfh/Jogo-do-numero-secreto (push) PS C:\Users\Lenovo\Desktop\logica-js-projeto_inicial> git remote set-url git@github.com:anacfh/Jogo-do-numero-secreto.git usage: git remote set-url [--push] [] or: git remote set-url --add or: git remote set-url --delete
--[no-]push manipulate push URLs
--[no-]add add URL
--[no-]delete delete URLs
PS C:\Users\Lenovo\Desktop\logica-js-projeto_inicial>