1、我称为平常模式,用于项目的本地克隆使用。(无权限、无加密、ssh protocol)

git clone http://github.com/username/exampleproject

2、我称为公共模式,用于安全性较低的项目管理。(有权限、协议加密、web_login_in protocal)

git clone https://username@github.com/username/exampleproject.git

3、我称为加密模式,用于安全性较高的私有服务器。(有权限、隧道加密、web)

git clone git@github.com:username/exampleproject.git

注意:TLS(http://)And SSL(https://);Password OR SSH Github都是支持的。( "exampleproject.git" 表示项目需要 ".git" 文件夹,可除 )

最新文章

  1. ASP.NET Aries JSAPI 文档说明:AR.DataGrid、AR.Dictionary
  2. 【SQL篇章--DATABASE/EVENTS】
  3. chrome 26.0.XXX版本下media query流媒体查询有问题的bug
  4. 【转】Yeoman自动构建 Angularjs 项目
  5. Repodata is over 2 weeks old. Install yum-cron? Or run: yum makecache fast
  6. [转]Getting Start With Node.JS Tools For Visual Studio
  7. python 基础——运算符重载
  8. bzoj1444
  9. 在C#中子线程如何操作主窗口线程上的控件
  10. OC 截取字符串
  11. C++生成dump文件
  12. Spark MLlib数据类型
  13. [LeetCode] Similar RGB Color 相似的红绿蓝颜色
  14. 自动化CodeReview - ASP.NET Core依赖注入
  15. pip安装报错处理+PyPi源切换教程
  16. js基于json的级联下拉框
  17. 用Riffstation扒带
  18. python的re正则表达式模块
  19. dgraph 基本查询语法 二
  20. Linux下svn的安装与部署

热门文章

  1. localtime 的性能问题及其替代者
  2. shell编程之sed编辑器&gawk程序
  3. PHP中file_exists()判断中文文件名无效的解决方法
  4. sql合并列
  5. Java虚拟机(四):常用JVM配置参数
  6. A Look at the Razor View Engine in ASP.NET MVC
  7. copyWithZone详解
  8. 【bzoj2460】[BeiJing2011]元素
  9. Composert 的命令
  10. ubuntu 下正确安装android手机驱动