Commit 299f117 Yogthos
committed
1 parent 7043800 commit 299f117 Copy full SHA for 299f117
File tree 2 files changed +4
-1
lines changed
deps-template/resources/io/github/kit_clj/kit
kit-generator/src/kit/generator
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
" kit-jdk-http" " 1.0.0"
4
4
" kit-jetty" " 1.0.0"
5
5
" kit-xtdb" " 1.0.4"
6
- " kit-generator" " 0.2.3 "
6
+ " kit-generator" " 0.2.4 "
7
7
" kit-hato" " 1.0.4"
8
8
" kit-nrepl" " 1.0.5"
9
9
" kit-metrics" " 1.0.3"
Original file line number Diff line number Diff line change 37
37
:bare? false
38
38
:clone-all? false )))
39
39
(when callback (callback path))))
40
+ (catch org.eclipse.jgit.api.errors.TransportException e
41
+ (println (.getMessage e)
42
+ " \n if you do not have a key file, set the :name key in kit.git-config.edn to an empty string" ))
40
43
(catch Exception e
41
44
(println " failed to clone module:" url " \n cause:" (.getMessage e))
42
45
(.printStackTrace e))))
You can’t perform that action at this time.
0 commit comments