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
The following occurs when I try and enable pkgbutler on a repo cloned with ssh.
julia> PkgDev.enable_pkgbutler("ProjectManagement") ERROR: Only packages that use https as the git transport protocol are supported. Stacktrace: [1] error(s::String) @ Base ./error.jl:33 [2] get_repo_onwer_from_url(pkg_url::String) @ PkgDev ~/.julia/packages/PkgDev/7hlxi/src/PkgDev.jl:21 [3] enable_pkgbutler(package_name::String; channel::Symbol, template::Symbol, force::Bool) @ PkgDev ~/.julia/packages/PkgDev/7hlxi/src/pkgbutler.jl:46 [4] enable_pkgbutler(package_name::String) @ PkgDev ~/.julia/packages/PkgDev/7hlxi/src/pkgbutler.jl:26 [5] top-level scope @ REPL[4]:1
It would be really good to support the ssh transport protocol. It is much easier to deal with, especially with 2FA and further with GitHub dropping support for password authentication on https
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following occurs when I try and enable pkgbutler on a repo cloned with ssh.
It would be really good to support the ssh transport protocol.
It is much easier to deal with, especially with 2FA and further with GitHub dropping support for password authentication on https
The text was updated successfully, but these errors were encountered: