someteam / acha

Git Achievements
http://acha-acha.co
Eclipse Public License 1.0
466 stars 33 forks source link

java.net.URISyntaxException when I'm cloning repo from local gitlab #24

Closed surik closed 9 years ago

surik commented 9 years ago

I was trying to clone git@gitlab.eltex.loc:ecss/teleconference.git and got exception:

Cannot addgit@gitlab.eltex.loc:ecss/teleconference.git: java.net.URISyntaxException: Illegal character in scheme name at index 3: git@gitlab.eltex.loc:ecss/teleconference.git
$ java -version
java version "1.7.0_75"
OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1)
OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)
avasenin commented 9 years ago

Use current master instead 18.03.2015 11:19 пользователь "Yury Gargay" notifications@github.com написал:

I was trying to clone git@gitlab.eltex.loc:ecss/teleconference.git and got exception:

Cannot addgit@gitlab.eltex.loc:ecss/teleconference.git: java.net.URISyntaxException: Illegal character in scheme name at index 3: git@gitlab.eltex.loc:ecss/teleconference.git

$ java -version java version "1.7.0_75" OpenJDK Runtime Environment (IcedTea 2.5.4) (7u75-2.5.4-1~trusty1) OpenJDK 64-Bit Server VM (build 24.75-b04, mixed mode)

— Reply to this email directly or view it on GitHub https://github.com/someteam/acha/issues/24.

surik commented 9 years ago

Ok, thanks. It works.

avasenin commented 9 years ago

i've released 0.2.5 version

leoschweizer commented 8 years ago

@avasenin I'm experiencing the exact same issue when running the version provided through https://github.com/someteam/acha/releases/download/0.2.5/acha-uber-0.2.5.jar - also, the version number on the website is displayed as 0.2.4!

So either the published jar is not really version 0.2.5, or the issue is not fixed. I've tried to build from source for some time now to check if it is working on master, but I can't even get Leiningen to run properly on my windows machine here :disappointed:

avasenin commented 8 years ago

I'm traveling right now. I will check this on the next week.