Hello! I made that you told, however didn't help. If to repeat procedure of share of the project on github since the beginning, for some reason doesn't work. I decided to remove all ".git" folder, now in general works nothing, gives out a mistake "to Error happened during git operation: fatal: Not a git repository (or any of the parent directories): .git". That now I don't know = ((Help! ! !
I decided to remove all ".git" folder, now in general works nothing, gives out a mistake "to Error happened during git operation: fatal: Not a git repository (or any of the parent directories): .git". That now I don't know = ((Help! ! !
Well, that is expected isn't it? You've removed the whole repository, and the error is correct. I would advice you to set up your GitHub project step by step from the very beginning, following this article on GitHub: https://help.github.com/articles/create-a-repo After you make that work in the command line, you can go to the IDE and check if everything is fine.
You have to edit .git/config and remove "remote" section(s) from it.
Hello! I made that you told, however didn't help. If to repeat procedure of share of the project on github since the beginning, for some reason doesn't work.
I decided to remove all ".git" folder, now in general works nothing, gives out a mistake "to Error happened during git operation: fatal: Not a git repository (or any of the parent directories): .git". That now I don't know = ((Help! ! !
Well, that is expected isn't it? You've removed the whole repository, and the error is correct.
I would advice you to set up your GitHub project step by step from the very beginning, following this article on GitHub: https://help.github.com/articles/create-a-repo
After you make that work in the command line, you can go to the IDE and check if everything is fine.