91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

gitlab上傳公鑰和項目代碼

發布時間:2020-05-30 23:35:44 來源:網絡 閱讀:213 作者:呆呆的小豬 欄目:系統運維

gitlab上傳項目需要ssh公鑰免交互,本文介紹gitlab設置公鑰和上傳項目的操作。

一、創建秘鑰對

[root@localhost ~]# ssh-keygen -t rsa #一路回車即可
gitlab上傳公鑰和項目代碼
二、上傳秘鑰

[root@localhost ~]# cat ~/.ssh/id_rsa.pub #查看公鑰
gitlab上傳公鑰和項目代碼
三、上傳本地代碼

1、要先設置用戶和郵箱

[root@localhost opt]# git config --global user.name "root"

[root@localhost opt]# git config --global user.email "w135xxxxx@qq.com"

[root@localhost opt]# git config --list

user.name=root

user.email=w135xxxx@qq.com

2、創建一個本地代碼倉庫

[root@localhost opt]# mkdir push_code

[root@localhost opt]# cd push_code/

3、初始化該倉庫

[root@localhost push_code]# git init

初始化空的 Git 版本庫于 /opt/pull_code/.git/

[root@localhost push_code]# echo "this is test push code" > push.txt

[root@localhost push_code]# ls

pull.txt

4、獲取分支

#這個分支信息,可以在web界面clon里看到

[root@localhost push_code]# git remote add origin http://192.168.0.8:81/test/hellow.git

5、刷新遠程倉庫分支

[root@localhost push_code]# git fetch origin --prune

#獲取所有遠程分支

#現在處于master分支

[root@localhost push_code]# git branch -a

0a

  • master

    remotes/origin/devops

    remotes/origin/master

6、提交代碼

#提交文件到本地倉庫

[root@localhost push_code]# git add push.txt #添加文件

[root@localhost push_code]# git commit -m "this is test push" #添加說明

[root@localhost push_code]# git push origin master #推送代碼至master分支

#小坑

[root@localhost push_code]# git push origin master

Username for 'http://192.168.0.8:81': root

Password for 'http://root@192.168.0.8:81':

To http://192.168.0.8:81/test/hellow.git

! [rejected] master -> master (non-fast-forward)

error: 無法推送一些引用到 'http://192.168.0.8:81/test/hellow.git'

提示:更新被拒絕,因為您當前分支的最新提交落后于其對應的遠程分支。

提示:再次推送前,先與遠程變更合并(如 'git pull')。詳見

提示:'git push --help' 中的 'Note about fast-forwards' 小節。

#解決:重新拉取遠程代碼倉庫信息,與遠程倉庫代碼信息保持一致

[root@localhost push_code]# git pull http://192.168.0.8:81/test/hellow.git

Username for 'http://192.168.0.8:81': root

Password for 'http://root@192.168.0.8:81':

來自 http://192.168.0.8:81/test/hellow

  • branch HEAD -> FETCH_HEAD

已經是最新的!

7、切換分支

[root@localhost push_code]# git checkout devops

分支 devops 設置為跟蹤來自 origin 的遠程分支 devops。

切換到一個新分支 'devops'

[root@localhost push_code]# git branch -a

  • devops

    master

    remotes/origin/devops

    remotes/origin/master

其他分支上傳代碼方式相同重復步驟6即可

8、拉取指定分支代碼

git clone -b devops http://192.168.0.8:81/test/hellow.git #-b指定拉取分支的代碼

9、創建分支

git branch slave 創建slave分支

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

宁都县| 富阳市| 柘城县| 彰武县| 禹城市| 闵行区| 繁峙县| 灌阳县| 津南区| 崇义县| 交城县| 宁都县| 新巴尔虎右旗| 咸阳市| 乌兰浩特市| 固阳县| 东乌珠穆沁旗| 阳东县| 桐柏县| 白沙| 彭阳县| 广宗县| 洛扎县| 平湖市| 庆阳市| 长乐市| 樟树市| 衡水市| 龙口市| 屯昌县| 乌兰县| 靖安县| 大新县| 宜黄县| 台湾省| 吐鲁番市| 三门县| 湘乡市| 嘉义县| 什邡市| 郑州市|