zoukankan      html  css  js  c++  java
  • GitHub的使用

    可以将当前这份代码保存到本地文件夹

    通过clone的方式保存到本地文件夹

    2.Fork    关注一个项目做了哪些改变

    3.通过Xcode将代码提交到GitHub上

    注册一个GitHub账户

    配置SSH keys,就可以和GitHub无缝衔接

    1.点击昵称 来到个人主页

    点击主页中的repositories (仓库)

    点击SSH keys

    点击 generating SSH keys   生成 SSH keys

    1.检察本地的ssh keys

     在“用户”目录下 ls -al ~/.ssh

    2.如果文件夹不存在需要手动创建一个

    查看是否已经建好

    根据github的提示生成 ssh keys

    在.ssh目录下执行

    5.根据提示3 获得公钥

    pbcopy< =/.ssh/id rsa.pub

    6.拷贝到公钥之后打开github主页

      点击仓库 Repositories

      再点击newnew

     

  • 相关阅读:
    makefile 3
    makefile 3
    wzplayer for delphi demo截图
    makefile 2
    makefile
    wzplayer for delphi demo截图
    clang complete
    makefile
    clang complete
    linux最常用命令集合
  • 原文地址:https://www.cnblogs.com/seeworld/p/6697169.html
Copyright © 2011-2022 走看看