0
In the local project directory start git version control: git init
Enter all project files into git version control: git add .
Commit to the project: git commit -m "brief description of the commit"
git remote add origin https://github.com/weldermartins/Financeiro.git
git remote -v origin https://github.com/weldermartins/Financeiro.git (fetch) origin https://github.com/weldermartins/Financeiro.git (push)
the project goes up, but the folder becomes inaccessible as a white arrow to the direct. git push -u origin master
This folder looks like it was added as submodule in the local repository
– Guilherme Nascimento
enters the folder and see if it doesn’t have a . hidden git tb, if it does, I believe that deleting . git and pushing again will fix
– Lucas Miranda
Good afternoon guys, really that was it, inside the project folder there was . git but it was from Heroku, so I made a copy of the project and deleted the . git, I was not getting it. Thank you
– Welder