Boa tarde!
Quem pode me ajudar? Estou tentando usar o terminal dentro do VS code e esta dando erro. Não estou conseguindo chamar meu arquivo e nem executa-lo. Assim como esta dando erro quando tento criar um commit. Abaixo segue o erro:
On branch master Changes to be committed: (use "git restore --staged ..." to unstage) new file: type-number.js
PS C:\Users\Users-\Desktop\SEMANA 7 -> git commit -m "type numero" [master a5020c6] type numero 1 file changed, 10 insertions(+) create mode 100644 type-number.js PS C:\Users\Users-\Desktop\SEMANA 7 -> git push origin master fatal: 'origin' 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.