概述

This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/documentation.

Web访问

以下是在线源代码库的链接。

匿名访问

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.2 ssh://github.com/mybatis/mybatis-3.git

开发者访问

Only project developers can access the Git tree via this method (See https://git-scm.com/docs/git-clone).

$ git clone --branch mybatis-3.5.2 ssh://git@github.com/mybatis/mybatis-3.git

通过防火墙访问

请参考使用的源代码管理工具的文档以获得更多的通过防火墙进行访问的信息。