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
Use the supported callbacks interface rather than trying to re-do
the low level interface. As reported in JuliaPackaging/BinaryBuilder.jl#1287,
we currently try to error when attempting to clone a repository
over ssh (either directly or via the insteadOf git setting),
because we accidentally override the base callback to provide
ssh credentials.
FixesJuliaPackaging/BinaryBuilder.jl#1287
Keno
added a commit
to JuliaPackaging/BinaryBuilderBase.jl
that referenced
this issue
Sep 13, 2023
Use the supported callbacks interface rather than trying to re-do
the low level interface. As reported in JuliaPackaging/BinaryBuilder.jl#1287,
we currently try to error when attempting to clone a repository
over ssh (either directly or via the insteadOf git setting),
because we accidentally override the base callback to provide
ssh credentials.
FixesJuliaPackaging/BinaryBuilder.jl#1287
Use the supported callbacks interface rather than trying to re-do
the low level interface. As reported in JuliaPackaging/BinaryBuilder.jl#1287,
we currently try to error when attempting to clone a repository
over ssh (either directly or via the insteadOf git setting),
because we accidentally override the base callback to provide
ssh credentials.
FixesJuliaPackaging/BinaryBuilder.jl#1287
Using Julia v1.9.2 and the BinaryBuilder wizard v0.5.6, I encounter this error:
I can clone that repo just fine in a terminal. I also have an SSH agent set up.
The text was updated successfully, but these errors were encountered: