Olá pessoa aqui estão todas as operações realizadas.
Esse projeto é o projeto original ainda não é o que eu estou finalizando com alterações e novas implementações. Vou colocar em breve.
https://github.com/juniorshop/jogo-do-numero-secreto/tree/main
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório> git config --global user.name "juniorshop"
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório> git config --global user.email "polimorfismojava@email.com"
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório> git init
Initialized empty Git repository in C:/Users/junior/Downloads/jogo-do-numero-secreto_Repositório/.git/
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório> git add .
warning: in the working copy of 'app.js', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'img/JS Game.html', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'img/JS Game_files/app.js', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'img/JS Game_files/style.css', LF will be replaced by CRLF the next time Git touches it
warning: in the working copy of 'index.html', LF will be replaced by CRLF the next time Git touches it
11 files changed, 400 insertions(+)
create mode 100644 app.js
create mode 100644 appDio.js
create mode 100644 img/JS Game.html
create mode 100644 img/JS Game_files/app.js
create mode 100644 img/JS Game_files/style.css
create mode 100644 img/Ruido.png
create mode 100644 img/bg.png
create mode 100644 img/code.png
create mode 100644 img/ia.png
create mode 100644 style.css
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório> git branch -M main
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório> git remote add origin git@github.com:juniorshop/jogo-do-numero-secreto.git
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório> git push -u origin main
The authenticity of host 'github.com (20.201.28.151)' can't be established.
ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added 'github.com' (ED25519) to the list of known hosts.
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório> ssh-keygen -t ed25519 -C "polimorfismojava@gmail.com"
Generating public/private ed25519 key pair.
Enter file in which to save the key (C:\Users\junior/.ssh/id_ed25519):
Enter passphrase (empty for no passphrase):
Enter same passphrase again:
Your identification has been saved in C:\Users\junior/.ssh/id_ed25519
The key fingerprint is:
SHA256:Qc+0rywA1VH4GLejfhzmR9Ep1OZKZKjY2gZvfBb2P4U polimorfismojava@gmail.com
The key's randomart image is:
+--[ED25519 256]--+
| ..o+o. . |
| . .++o.+ o |
| . o.+= + . |
| .o +..+ + |
| .*So =.+ . |
| ..B.=.+ E .|
| +.*oo . . |
| ..+ . o |
| . . . |
+----[SHA256]-----+
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório> git push -u origin main
Enumerating objects: 15, done.
Counting objects: 100% (15/15), done.
Delta compression using up to 8 threads
Compressing objects: 100% (15/15), done.
Writing objects: 100% (15/15), 1.91 MiB | 8.34 MiB/s, done.
Total 15 (delta 1), reused 0 (delta 0), pack-reused 0 (from 0)
remote: Resolving deltas: 100% (1/1), done.
To github.com:juniorshop/jogo-do-numero-secreto.git
- [new branch] main -> main
branch 'main' set up to track 'origin/main'.
PS C:\Users\junior\Downloads\jogo-do-numero-secreto_Repositório>