Linux如何安裝使用GitHub

admin Linux運維評論736字數(shù) 555閱讀模式

Linux安裝使用GitHub的步驟如下:

1. 在網(wǎng)站注冊帳號,創(chuàng)建工程 test 進入工程,右下角會有一個項目倉庫的地址。

2.Linux下 安裝github

sudo apt -get install git git-core git-doc

3. 創(chuàng)建rsa公鑰

ssh-keygen -t rsa -C “your_email@youremail.com”

整個過程中有一個需要填密碼

然后后進入~/.ssh目錄 找到公鑰id_rsa.pub

記事本打開復制文字

進入github.com中的的設(shè)置,找到pubkey選項,填入公鑰。

命題隨便填

4. 設(shè)置賬戶信息

git config –global user.name “l(fā)ukeyan”

git config –global user.email xxx@gmail.com

5. 測試鏈接:

如果有you’ve successfully authenticated, but GitHub does not provide shell access 。這就表示已成鏈接

接下來上傳:

git init

git add 。 #如果是。表示上傳全部目錄下的文件,可以是某個文件

git commit -m ‘version 1.0’

git remote add origin https://github.com/用戶名/test.git

git push origin master -f

版權(quán)聲明:文章圖片資源來源于網(wǎng)絡(luò),如有侵權(quán),請留言刪除!!!
廣告也精彩
admin
  • 本文由 發(fā)表于 2021年9月29日 09:45:48
  • 轉(zhuǎn)載請務必保留本文鏈接:http://yudch.cn/7797.html
匿名

發(fā)表評論

匿名網(wǎng)友 填寫信息

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: