oakes / play-clj

A Clojure game library
The Unlicense
939 stars 73 forks source link

Need help , got into trouble from beginning! #83

Closed sagehan closed 9 years ago

sagehan commented 9 years ago
Leiningen 2.5.1 on Java 1.7.0_76 Java HotSpot(TM) 64-Bit Server VM
OSX 10.10.3 (14D136)

Got this error when try to lein new paly-clj hello-worl:

Failed to resolve version for paly-clj:lein-template:jar:RELEASE: Could not find metadata paly-clj:lein-     template/maven-metadata.xml in local (/Users/ajmj/.m2/repository)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.

I had google so hard, but can't fixed this thorny problem!

oakes commented 9 years ago

Looks like it's just a typo. It should be "play-clj", not "paly-clj" =)

oakes commented 9 years ago

Let me know if you have other problems.