GitEye - No Repository Selected

3.4k views Asked by At

I get "No Repository Selected". But how to select a repository? I already googled it, but did not found the solution. I already searched the whole GitEye UI but it seems that there is no possibility to select a repository.

3

There are 3 answers

0
user613114 On BEST ANSWER

Many people claim that "Enabling linking between the Git Staging view and other views" solved their issue. Please refer to this post on SO.

"Enabling linking between the Git Staging view and other views" didn't help in my case. I also tried deleting branch and checking out again. Nothing worked.

What I did was:

Right click on any of the modified file -> Team -> Commit.

Somehow it worked and I could see all modified files in unstaged changes.

0
Flavio On

I enabled the button "Link with Editor and Selection", and selected my repo. enter image description here

0
Software Craftsman On

Just enabling "Link with editor and selection" alone (as proposed in other answers) did not help me immediately. But after I simply closed and re-started the application, the message "No Repository Selected" turned into "Synchronizing with {repository name}" and I got the view that I expected.