Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Settings "Unable to Check for Updates. No Git Repo Found" #96

Closed
ryanmumby opened this issue Apr 9, 2018 · 4 comments
Closed

In Settings "Unable to Check for Updates. No Git Repo Found" #96

ryanmumby opened this issue Apr 9, 2018 · 4 comments

Comments

@ryanmumby
Copy link

As you can see in the attached screenshot, I can't access any options within Settings

screen shot 2018-04-09 at 2 43 18 pm

Logging gives me the following

[2018-04-09 14:52:59][STDERR: input.scriptfilter] fatal: Not a git repository (or any of the parent directories): .git
fatal: Not a git repository (or any of the parent directories): .git

I can access settings manually using
npm -s run electron

Tried to delete node_modules and rerun the build as mentioned in #89 but it didn't resolve.

@steyep
Copy link
Owner

steyep commented Apr 9, 2018

Did you clone the repo or just download it? It's throwing that error because it can't find the .git directory.

@ryanmumby
Copy link
Author

@steyep i think i may have downloaded - is there a way to quickly correct this or do I have to clone and start from scratch?

@steyep
Copy link
Owner

steyep commented Apr 10, 2018

I believe you'll need to remove the existing workflow, clone this repo, and reinstall it. The good news, however, is that all of your settings/configurations are saved in a separate directory (~/.alfred-jira) so your settings shouldn't be affected.

That being said, it's still probably a good idea to make a copy of that directory before moving things around.

@ryanmumby
Copy link
Author

This worked! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants