0
Guys, I’m having trouble trying commit on github. As demonstrated by print below, I want commit the briefcase Programming Techniques, but I can’t. I’ve already deleted the repository and the problem continues.
Remembering commands as git add -A
, git commit -am ""
and git push origin master
have already been given and this folder is inaccessible to me (on git).
Would anyone have any solution? Thank you.
Put the bug please
– Costamilam
C: Users Willi Documents Netbeansprojects>git status modified: "Program Technics 303 247 303 243o" (modified content) It doesn’t error just doesn’t send the folder for anything in the world. And I can’t click the folder in git
– William Rolim
Is the whole problem inside netbeans? Tested other git clients?
– bfavaretto
Yes. Other Positions work perfectly. Only this folder specifies that this happens. Ex:I have sql repositories, eclipse, java etc. Everyone updates. Unfortunately this Programming Techniques folder does not update.
– William Rolim
Is the directory empty? git does not delete empty directories. Is this directory not referenced in the . gitignore file? If it’s there, git will ignore the directory.
– Dherik
Not the directory contains divert folders with their respective projects but the project is not updated in git.
– William Rolim
Edit your question and put the contents of the . gitignore file (if it exists) in your question. I don’t think that’s the case, but just to make sure. Try renaming the directory to another name (no accents) and see if you can see how.
– Dherik
So before it was versioned with accents and cedilla. So it can’t be that. But thank you
– William Rolim