Posts by Felnin • 1 point
2 posts
-
0
votes3
answers919
viewsA: GIT: I can’t send my files to Github
Problem solved! The problem was that VS Code was not synchronized with the directory that GIT pointed to, I had to go to the VS files tab and open the folder where the project was saved, From then…
-
0
votes3
answers919
viewsQ: GIT: I can’t send my files to Github
I’m not making it send my files to Github. I am following the following steps: use the git init git add . git commit -m 'primeiro teste' git config --global user.name nome git config --global…