-2
Hello, you have to make the initial settings:
$ git config --global user.name "user142009"
$ git config --global user.email [email protected]
https://git-scm.com/book/pt-br/v1/Primeiros-passos-figure%C3%A7%C3%A3o-Inicial-do-Git
1
Hello, you have to make the initial settings:
$ git config --global user.name "user142009"
$ git config --global user.email [email protected]
https://git-scm.com/book/pt-br/v1/Primeiros-passos-figure%C3%A7%C3%A3o-Inicial-do-Git
Browser other questions tagged git github
You are not signed in. Login or sign up in order to post.
Have you checked if you have write permission in this directory?
– Gabriel Roberto
How do I do this check?
– user142009