gaojingsong的博客 -凯发k8国际

`
gaojingsong
  • 浏览: 1124910 次
  • 性别:
  • 来自: 深圳
博主相关
  • 博客
  • 微博
  • 相册
  • 收藏
  • 文章分类
    社区版块
    • ( 4)
    • ( 0)
    • ( 80)
    存档分类
    最新评论
    文章列表
      原理 tortoisegit基于putty的ssh实现密钥认证。   1、git服务器配置   1.1 切换到git,在git用户下操作,避免后期权限更改 su - git   1.2 生成密钥 ssh-keygen -t rsa 生成公钥和私钥   1.3 将公钥加进authorized_keys   cat id_rsa.pub >> authorized_keyschmod 600 authorized_keys       2 客户端配置 因为tortoisegit使用的密钥与git并不一样,它使用的是putty。要使用刚才生成 ...
    一、server 端操作 [root@hadoop0 ~]# git usage: git [--version] [--exec-path[=git_exec_path]] [--html-path]            [-p|--paginate|--no-pager] [--no-replace-objects]            [--bare] [--git-dir=git_dir] [--work-tree=git_work_tree]            [--help] command [args]   the most commonly used g ...
    一、git软件的安装 1)git软件的下载 2)git软件安装     二、git图形界面的安装 1)下载地址   2)开始安装   3)点击下一步    4)完成tortoisegit的安装   安装完git软件,和tortoisegit之后效果如下       原创不易,欢迎打赏,请认准正确地址,谨防假冒
    [root@hadoop0 ~]# git -bash: git: command not found [root@hadoop0 ~]# yum install git loaded plugins: fastestmirror, refresh-packagekit, security loading mirror speeds from cached hostfile  * base: mirrors.sina.cn  * extras: mirrors.sina.cn  * updates: mirror.bit.edu.cn base                 ...
    一、官方介绍 git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. git is easy to learn and has a tiny footprint with lightning fast performance. it outclasses scm tools like subversion, cvs, perforce, ...
    大小写不区分的路径 1.这个版本的svn有一个小bug(检出项目路径不区分大小写,提交路径区分大小写),svn项目路径严格区分大小写,否则提交有问题。   今天从svn上面检出一个项目文档,如下图所示(svn项目路径是大写的,但检出时候我写成了小写,项目可以成功检下来)     2)   然后修改目录下面的一个文件,开始进行提交,   然后开始提交,变更之后的文件死活提交不上去,以为系统中病毒了 ...
    global site tag (gtag.js) - google analytics
    网站地图