Git Refreshing Index Error (Aptana Studio 3)

254 Views Asked by At

I have been having the problem below for the last couple of days. I am fairly new to git, so I am not sure what is causing this problem.

I do not know where to go from here.

Any help would be appreciated.

Refreshing Git Index Error

2

There are 2 best solutions below

1
On

According to the error message, you're trying to perform an operation in a directory which isn't in a git repository.

Try running it from e.g. the root of your repo (the one with the .git directory)

0
On

Have you initiliaze a Git repo in the directory?

Do so by typing "git init" in Git bash.