Mybatis.org Doc error about clone method

9 views
Skip to first unread message

Kent Lee

unread,
Aug 1, 2020, 9:58:10 AM8/1/20
to mybatis-user
Cited from Mybatis.org Source code Management


Anonymous Access

The source can be checked out anonymously from Git with this command (See https://git-scm.com/docs/git-clone):

$ git clone --branch mybatis-3.5.5 ssh://github.com/mybatis/mybatis-3.git
It's is not anonymous actually if you use ssh protocol. Besides, given you are not a developer or someone with higher rights, you will failed to clone by the method above. I tried to find the source doc code about this part, but I cannot grep any keywords in Mybatis's github repo ,so mysterious.The right way is below I think:
git clone --branch mybatis-3.5.5 https://github.com/mybatis/mybatis-3.git

Iwao AVE!

unread,
Aug 2, 2020, 3:25:36 PM8/2/20
to mybatis-user
Hello Kent,

That page is auto-generated by a maven plugin.
I am not familiar, but there seems to be a way to customize the URLs.

Please send us a PR if you find a fix.
You can generate the site HTMLs by executing `./mvnw site` command in a cloned repo.

Regards,
Iwao

--
You received this message because you are subscribed to the Google Groups "mybatis-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mybatis-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mybatis-user/23a24b1a-62b5-416a-9cda-08a8605bea6do%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages