Problems committing to GITHUB (inaccessible folder in git)

Asked

Viewed 278 times

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.

Problemas  com o git

  • Put the bug please

  • 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

  • Is the whole problem inside netbeans? Tested other git clients?

  • 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.

  • 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.

  • Not the directory contains divert folders with their respective projects but the project is not updated in git.

  • 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.

  • So before it was versioned with accents and cedilla. So it can’t be that. But thank you

Show 3 more comments

1 answer

0

Guys, I solved the problem. Even deleting the repository and including again the problem persisted so I decided to delete both the repository and the SSH Keys and include new key , I initialized the repository again and committed and this time it was. I still didn’t understand why the other way didn’t commit and the folder was inaccessible, but that’s okay. Thanks to everyone who tried to help.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.