Fork me on GitHub
#tools-deps
<
2021-10-13
>
dangercoder11:10:40

when fetching deps through git, is it possible to specify a mirror?

borkdude11:10:17

you can specify any git repo + corresponding SHA you want, even a forked/mirrored repo or a SHA in a non-default branch

dangercoder12:10:51

What I ment with a mirror was that it goes through a repository-manager like when you use maven and specify mirrors in settings.xml (e.g. jfrog artifactory)

Alex Miller (Clojure team)12:10:30

Not currently but we have a ticket for that

👍 1