Skip to content

AgentProxyException when referencing a git repo in deps.edn #65

@AlexAti

Description

@AlexAti

I'm trying to deploy a project that references another gitlab repo as a dependency through clojure deps.

In order to have the required ssh keys, I use the following custom buildpack on top of the clojure one: https://github.com/simon0191/custom-ssh-key-buildpack

But when trying to pull this private gitlab repo through clojure deps, I get the following message:

       com.jcraft.jsch.agentproxy.AgentProxyException: connector is not available: 
        at com.jcraft.jsch.agentproxy.ConnectorFactory.createConnector (ConnectorFactory.java:120)
           clojure.tools.gitlibs.impl$fn__1007.invokeStatic (impl.clj:30)
           clojure.tools.gitlibs.impl/fn (impl.clj:28)
           (...)

There seems to be some configuration that needs to be amended, but I can't find where.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions