ubuntu下使用git和github

2021-08-15 08:41:12 字數 1606 閱讀 8152

沒有github賬戶的請自行申請

git config --global user.name = "使用者名稱或者使用者id"

git config --global user.email = "郵箱"

ssh-keygen

-c'you email address@***.com'

-t rsa

公鑰預設位址為 ~/.ssh/id_rsa.pub

在github的介面中 選擇右上角的圖示的settings,然後選擇ssh and gpg keys,選擇new ssh key。

title可以隨便命名,key的內容拷貝自~/.ssh/id_rsa.pub 中的內容.

使用ssh -v [email protected]進行測試。看到下面的資訊表示驗證成功。

在github上建立乙個倉庫,假設,新建的倉庫為test

在本地建立

可以pull github上的檔案,修改後再用push更新至github

TortoiseGit使用git鏈結Github

1.github新建專案 4.提交,推送 成功後,就可以在這個目錄下修改專案了。1.點選開始選單tortoisegit目錄下的puttygen 2.點選generate 複製文字框裡的公鑰 3.在github使用者settings下新增公鑰 4.儲存私鑰 5.點選開始選單tortoisegit目錄下...

Ubuntu下git使用教程

sudo apt get install git github用到了ssh,需要在shell裡檢查是否連線到github willard willard pc github blog ssh t git github.com hi willard yuan you ve successfully a...

Ubuntu下git的使用

ubuntu下git的使用 安裝 sudo apt get install git基本使用 以使用blog倉庫為例 在github上新建乙個倉庫 blog 本地git操作 初始化配置 git init blog git config global user.name uesrname git con...