• SVN,GIT知识笔记


    1搭建svn服务器

    subversion.apache.org/ackages.html  下载VisualSVNServer

    使用Git、Git GUI和TortoiseGit

    https://www.cnblogs.com/daodaowei/p/5812740.html

    TortoiseGit安装、配置

    https://www.cnblogs.com/xiuxingzhe/p/9312929.html

    TortoiseGit操作本地仓库的详细使用方法

    https://blog.csdn.net/jiangganwu/article/details/82589884

    https://www.cnblogs.com/fangshidaima/articles/6380102.html

    右键git bash here进入命令行生成密钥,用ssh方式下载的话就需要密钥,http的方式的话就不需要,但是要输入密码

    https://gitee.com/fangkongdong/test.git         HTTPS方式

    git@gitee.com:fangkongdong/test.git      SSH方式

    ssh-keygen -t rsa

    要输入密码然后就不用输入一路回车即可,生成的密钥在一个文件夹里面。下次从tortoisegit那里的远程仓库那填上SSH地址和密钥路径即可

    git_rsa(私有密钥) 和git_rsa.pub(public密钥)

    详细分享TortoiseGit配置密钥的方法

    TortoiseGit 使用扩展名为ppk的密钥,而不是ssh-keygen生成的rsa密钥。使用命令ssh-keygen -C "邮箱地址" -t rsa产生的密钥在TortoiseGit中不能用

    妈的,浪费老子时间

    https://www.cnblogs.com/yqzc/p/6762206.html

  • 相关阅读:
    FastAPI(5)- 查询参数 Query Parameters
    FastAPI(4)- 路径参数 Path Parameters
    FastAPI(3)- uvicorn.run()
    Python
    Python
    Python
    Python
    Python
    Python
    Python
  • 原文地址:https://www.cnblogs.com/as3lib/p/14455119.html
Copyright © 2020-2023  润新知