github - 使用

注册账户以及创建仓库

要想使用github第一步当然是注册github账号了, github官网地址:https://github.com/。 之后就可以创建仓库了(免费用户只能建公共仓库),Create a New Repository,填好名称后Create,之后会出现一些仓库的配置信息,这也是一个git的简单教程。

Github 安装

  • 下载 git OSX 版
  • 下载 git Windows 版
  • 下载 git Linux 版

配置Git

首先在本地创建ssh key;

$ ssh-keygen -t rsa -C "your_email

你可能感兴趣的:(linux,github)