We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When using
export ZAP_GITHUB_PREFIX="git@"
this break the ability of Zap to clone any repo due to a different syntax, let's say:
git@github.com:zap-zsh/zap.git
https://github.com/zap-zsh/zap.git
plug "repo/plugin"
This results in a "Failed to clone" message
It should clone and source the new plugin, instead it returns a "Failed to clone" message
No response
N/A
None
The text was updated successfully, but these errors were encountered:
Merge pull request #142 from zap-zsh/mamaraddio
f565bda
fix: solve 2 issues #73 and #141
mamaraddio
Successfully merging a pull request may close this issue.
Describe the bug
When using
this break the ability of Zap to clone any repo due to a different syntax, let's say:
git@github.com:zap-zsh/zap.git
https://github.com/zap-zsh/zap.git
Steps to reproduce
export ZAP_GITHUB_PREFIX="git@"
to your zshrc fileplug "repo/plugin"
This results in a "Failed to clone" message
Expected behavior
It should clone and source the new plugin, instead it returns a "Failed to clone" message
Screenshots and recordings
No response
OS / Linux distribution
N/A
Zsh version
N/A
Zap version
N/A
Terminal emulator
N/A
If using WSL on Windows, which version of WSL
None
Additional context
No response
The text was updated successfully, but these errors were encountered: