概要 (Overview)

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

Web 存取 (Web Access)

下列是在線原始碼貯藏庫連結。

匿名存取 (Anonymous access)

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

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

開發者存取 (Developer Access)

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

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

於防火牆後進行存取 (Access from behind a firewall)

更多關於從防火牆 (Firewall) 後進行 SCM 存取的資訊,請參考此 SCM 的相關使用文件。