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

Only packages that use https as the git transport protocol are supported. #188

Open
oxinabox opened this issue May 21, 2021 · 0 comments
Open

Comments

@oxinabox
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants