You are on page 1of 1

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)

$ ls
README.md receitas/

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$ git remote add origin https://github.com/saramarquesamo/livro-receitas

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$ git remote -v
origin https://github.com/saramarquesamo/livro-receitas (fetch)
origin https://github.com/saramarquesamo/livro-receitas (push)

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$ git status
On branch master
nothing to commit, working tree clean

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$ git push origin master

ls
fatal: O código de status de resposta não indica êxito: 401 (Unauthorized).
remote: Support for password authentication was removed on August 13, 2021.
Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-
requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/saramarquesamo/livro-
receitas/'

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$ ls
README.md receitas/

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$ git push origin master
fatal: helper error (-1): Um ou mais erros.
sasararemote: Support for password authentication was removed on August 13, 2021.
Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-
requirements-for-git-operations/ for more information.
fatal: Authentication failed for 'https://github.com/saramarquesamo/livro-
receitas/'

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$ git push origin master
Enumerating objects: 8, done.
Counting objects: 100% (8/8), done.
Delta compression using up to 4 threads
Compressing objects: 100% (6/6), done.
Writing objects: 100% (8/8), 1.52 KiB | 311.00 KiB/s, done.
Total 8 (delta 0), reused 0 (delta 0), pack-reused 0
To https://github.com/saramarquesamo/livro-receitas
* [new branch] master -> master

Sara@DESKTOP-C6K143E MINGW64 /c/workspace/livro-receitas (master)


$

You might also like