I\'m having issues where I can\'t add files to my repository.
I\'m using GIT on windows, in Aptana Studio for some Ruby development.
I\'ve managed to push a
I just had this issue and the problem was that I was inside a directory and not at the top level. Once I moved to the top level it worked.