Created
September 15, 2020 20:33
-
-
Save rberger/34d72e06736ed7cb449c88030c9815ba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ /Users/rberger/omnyway/visx/visx-dashboard/node_modules/.bin/shadow-cljs -A:dev watch app | |
shadow-cljs - config: /Users/rberger/omnyway/visx/visx-dashboard/shadow-cljs.edn | |
shadow-cljs - starting via "clojure" | |
Cloning: [email protected]:omnypay/amplitude.git | |
Error building classpath. [email protected]:omnypay/amplitude.git: USERAUTH fail | |
org.eclipse.jgit.api.errors.TransportException: [email protected]:omnypay/amplitude.git: USERAUTH fail | |
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:248) | |
at org.eclipse.jgit.api.CloneCommand.fetch(CloneCommand.java:306) | |
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:200) | |
at org.eclipse.jgit.api.CloneCommand.call(CloneCommand.java:89) | |
at clojure.tools.gitlibs.impl$call_with_auth.invokeStatic(impl.clj:51) | |
at clojure.tools.gitlibs.impl$call_with_auth.invoke(impl.clj:43) | |
at clojure.tools.gitlibs.impl$git_clone_bare.invokeStatic(impl.clj:73) | |
at clojure.tools.gitlibs.impl$git_clone_bare.invoke(impl.clj:70) | |
at clojure.tools.gitlibs.impl$ensure_git_dir.invokeStatic(impl.clj:112) | |
at clojure.tools.gitlibs.impl$ensure_git_dir.invoke(impl.clj:102) | |
at clojure.tools.gitlibs$resolve.invokeStatic(gitlibs.clj:33) | |
at clojure.tools.gitlibs$resolve.invoke(gitlibs.clj:29) | |
at clojure.tools.gitlibs$procure.invokeStatic(gitlibs.clj:47) | |
at clojure.tools.gitlibs$procure.invoke(gitlibs.clj:41) | |
at clojure.tools.deps.alpha.extensions.git$eval1060$fn__1062.invoke(git.clj:42) | |
at clojure.lang.MultiFn.invoke(MultiFn.java:239) | |
at clojure.tools.deps.alpha$expand_deps.invokeStatic(alpha.clj:269) | |
at clojure.tools.deps.alpha$expand_deps.invoke(alpha.clj:237) | |
at clojure.tools.deps.alpha$resolve_deps.invokeStatic(alpha.clj:332) | |
at clojure.tools.deps.alpha$resolve_deps.invoke(alpha.clj:307) | |
at clojure.tools.deps.alpha.script.make_classpath2$create_classpath.invokeStatic(make_classpath2.clj:57) | |
at clojure.tools.deps.alpha.script.make_classpath2$create_classpath.invoke(make_classpath2.clj:49) | |
at clojure.tools.deps.alpha.script.make_classpath2$run_core.invokeStatic(make_classpath2.clj:96) | |
at clojure.tools.deps.alpha.script.make_classpath2$run_core.invoke(make_classpath2.clj:74) | |
at clojure.tools.deps.alpha.script.make_classpath2$run.invokeStatic(make_classpath2.clj:117) | |
at clojure.tools.deps.alpha.script.make_classpath2$run.invoke(make_classpath2.clj:111) | |
at clojure.tools.deps.alpha.script.make_classpath2$_main.invokeStatic(make_classpath2.clj:162) | |
at clojure.tools.deps.alpha.script.make_classpath2$_main.doInvoke(make_classpath2.clj:134) | |
at clojure.lang.RestFn.applyTo(RestFn.java:137) | |
at clojure.lang.Var.applyTo(Var.java:705) | |
at clojure.core$apply.invokeStatic(core.clj:665) | |
at clojure.main$main_opt.invokeStatic(main.clj:514) | |
at clojure.main$main_opt.invoke(main.clj:510) | |
at clojure.main$main.invokeStatic(main.clj:664) | |
at clojure.main$main.doInvoke(main.clj:616) | |
at clojure.lang.RestFn.applyTo(RestFn.java:137) | |
at clojure.lang.Var.applyTo(Var.java:705) | |
at clojure.main.main(main.java:40) | |
Caused by: org.eclipse.jgit.errors.TransportException: [email protected]:omnypay/amplitude.git: USERAUTH fail | |
at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:172) | |
at clojure.tools.gitlibs.impl.proxy$org.eclipse.jgit.transport.JschConfigSessionFactory$ff19274a.getSession(Unknown Source) | |
at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:140) | |
at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.<init>(TransportGitSsh.java:280) | |
at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:170) | |
at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:137) | |
at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:123) | |
at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1269) | |
at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:237) | |
... 37 more | |
Caused by: com.jcraft.jsch.JSchException: USERAUTH fail | |
at com.jcraft.jsch.UserAuthPublicKey.start(UserAuthPublicKey.java:119) | |
at com.jcraft.jsch.Session.connect(Session.java:470) | |
at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:126) | |
... 45 more | |
error Command failed with exit code 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment