Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

I am getting the error "Could not retrieve Git info. Is the "origin" remote set?". Does this extension work with github enterprise? #27

Open
claytonweaver opened this issue Jul 6, 2022 · 2 comments · May be fixed by #31

Comments

@claytonweaver
Copy link

No description provided.

@claytonweaver
Copy link
Author

@jodyheavener I'm pretty sure it's this line that is failing because the REGEX isn't matching my github enterprise url. can we update that regex to allow for other git urls?

@claytonweaver
Copy link
Author

Actually I just tested the regex (/(?:git@...:|https?://.../)(.)/(.).git/g) with my enterprise url and it failed because the output of this command checks for .git at the end and that git command doesn't output with a .git at the end. git config --get remote.origin.url

@LucasDemea LucasDemea linked a pull request Sep 19, 2022 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant