#Problems committing to GitHub

1 messages · Page 1 of 1 (latest)

proud light
#

Where is the .git folder?

humble crater
#

I guess you created 2 projects using cargo so it generated 2 .git folders (just guessing)

#

and why didn't you put the .gitignore file in the root folder

proud light
#

I'm a bit confused here because this file browser is definitely showing hidden files (.gitignore is visible) but there doesn't seem to be any git?

oak plank
#

Sorry, I'm new to git in general

#

Do I just need to move the .gitignores out and create a .git in the root folder?

ashen quest
proud light
modern grove
#

You'll have to run git init in your terminal, probably

#

No need to remove the .gitignore

oak plank
#

I tried that, but that just made it worse

#

Now git isn't seeing any files at all

#

Also, what does it mean when it says that LF will be replaced by CRLF?