欧美一区二区三区老妇人-欧美做爰猛烈大尺度电-99久久夜色精品国产亚洲a-亚洲福利视频一区二区

自建git服務(wù)器連接Pycharm系列一:使用centos7

在自己的Linux虛擬機(jī)上,搭建git服務(wù)器,用來保存代碼。
這里是先簡單熟悉一下。后期的代碼管理,并不用自帶的git。

創(chuàng)新互聯(lián)公司堅信:善待客戶,將會成為終身客戶。我們能堅持多年,是因?yàn)槲覀円恢笨芍档眯刨嚒N覀儚牟缓鲇瞥踉L客戶,我們用心做好本職工作,不忘初心,方得始終。十多年網(wǎng)站建設(shè)經(jīng)驗(yàn)創(chuàng)新互聯(lián)公司是成都老牌網(wǎng)站營銷服務(wù)商,為您提供成都網(wǎng)站制作、成都網(wǎng)站設(shè)計、網(wǎng)站設(shè)計、H5開發(fā)、網(wǎng)站制作、品牌網(wǎng)站設(shè)計、小程序設(shè)計服務(wù),給眾多知名企業(yè)提供過好品質(zhì)的建站服務(wù)。

在centos7中,默認(rèn)自帶git
查看git版本
[root@dscrapy01 ~]# git --version
git version 1.8.3.1
找一個github上的項(xiàng)目做測試。

這個是fork的別人的項(xiàng)目。

  • 當(dāng)克隆的時候,提示一個錯誤:
[root@dscrapy01 ~]# git clone https://github.com/feature09/clusterdock
正克隆到 'asteroids'...
fatal: unable to access https://github.com/feature09/clusterdock/': Peer reports incompatible or unsupported protocol version.
  • 百度查看的解決方案:
更新了nss/curl/libcurl這三部分內(nèi)容
[root@dscrapy01 ~]# yum update -y nss curl libcurl

重新克隆項(xiàng)目,成功。

[root@dscrapy01 ~]# git clone https://github.com/feature09/clusterdock
正克隆到 'clusterdock'...
remote: Counting objects: 157, done.
remote: Total 157 (delta 0), reused 0 (delta 0), pack-reused 157
接收對象中: 100% (157/157), 124.99 KiB | 2.00 KiB/s, done.
處理 delta 中: 100% (67/67), done.
進(jìn)入到項(xiàng)目目錄,項(xiàng)目目錄就在當(dāng)前用戶家目錄下
[root@dscrapy01 clusterdock]# pwd
/root/clusterdock

分享標(biāo)題:自建git服務(wù)器連接Pycharm系列一:使用centos7
URL地址:http://www.chinadenli.net/article36/pgidsg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供Google外貿(mào)網(wǎng)站建設(shè)關(guān)鍵詞優(yōu)化網(wǎng)站排名響應(yīng)式網(wǎng)站網(wǎng)站維護(hù)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

成都做網(wǎng)站