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

Failed to get information of local git repositories #37

Closed
Dominiquini opened this issue Jan 8, 2022 · 5 comments
Closed

Failed to get information of local git repositories #37

Dominiquini opened this issue Jan 8, 2022 · 5 comments
Labels
question Further information is requested

Comments

@Dominiquini
Copy link

When I try to run gitty in a local repo, it failed:

does not look like a valid path or URL

I tried to run:

  • gitty
  • gitty .
  • gitty ./
  • gitty .\

** I was in the root folder of the repo!

Thanks

@muesli
Copy link
Owner

muesli commented Jan 9, 2022

Can you try running git remote -v to see what remotes are listed?
Does calling gitty with a URL parameter work? For example, try and run: gitty github.com/muesli/gitty
Last but not least, which version of gitty are you running?

Thank you!

@Dominiquini
Copy link
Author

The repository is local. Doesn't have any remote!

About accessing remote repositories, I opened another bug about that: #36

Thanks

@muesli
Copy link
Owner

muesli commented Feb 1, 2022

Sadly this isn't supported at the moment, as most all of gitty's features depend on a remote API to access information like issues, pull requests, active branches. We could think about detecting releases form the local codebase, by looking at semver-like tags. Is this what you're trying to achieve?

@Dominiquini
Copy link
Author

I probably misunderstood the purpose of this app, but I was hoping it could just list commits and branches from a local repository!

Thanks.

@muesli muesli added the question Further information is requested label Feb 1, 2022
@muesli
Copy link
Owner

muesli commented Feb 1, 2022

Thanks for clarifying!

@muesli muesli closed this as completed Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants