You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@msbmw thanks for reporting this, we'll have the fix for it soon out. In the meantime please feel free to use the previous version, 2023.2.0 instead of 2023.2.1
Expected Behavior
I want to be able to clone a git repository, that is hosted on-premise, e.g.
https://foo.bar.com/bitbucket/scm/org/repo.git
.Actual Behavior
If I try to clone this repository in Insomnia, I get the following error message:
#5954 uses
hosted-git-info
for git url parsing, however it does not support on-premise hosted git repositories, see npm/hosted-git-info#11the following code will result in an empty string when trying to parse an on-premise git repository:
see https://github.com/Kong/insomnia/blob/develop/packages/insomnia/src/ui/routes/git-actions.tsx#L327
Reproduction Steps
enter a git repo url that is not on one of the hosts that is supported by
hosted-git-info
fill in the other fields
Is there an existing issue for this?
Additional Information
No response
Insomnia Version
2023.2.1
What operating system are you using?
macOS
Operating System Version
macOS 13.3.1
Installation method
installed via brew
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: