乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      git clone出現(xiàn)的error: The requested URL returned error: 401 Unauthorized【原創(chuàng)】 – IT985博客

       念念爸 2016-06-21

      首先直接貼出錯(cuò)誤信息:

      系統(tǒng)版本為Cent OS 6.5 x86_64

      Initialized empty Git repository in /data/web/xxxx/.git/

      error: The requested URL returned error: 401 Unauthorized while accessing

      https://git.oschina.net/xxxx/xxxx.git/info/refs

      fatal:HTTP request failed

      解決方法:

      1
      # git --version

      git version 1.7.1

      安裝git時(shí)yum默認(rèn)安裝的是1.7.1,想到很多Git服務(wù)依賴會(huì)對(duì)git的版本會(huì)有依賴問(wèn)題,于是想到了升級(jí)git版本。

      http://pkgs./rpmforge-release/ 在這個(gè)網(wǎng)站中找到自己系統(tǒng)對(duì)應(yīng)的RPM包,下載下來(lái)安裝,或者直接用下面命令安裝即可。

      由于我是64位的Cent OS,所以命令如下

      安裝成功后更新軟件倉(cāng)庫(kù)

      1
      # yum --enablerepo=rpmforge-extras update

      查看可以安裝的git版本

      1
      # yum --enablerepo=rpmforge-extras provides git

      開始安裝git,用大家很熟悉的命令安裝好即可。

      1
      # yum --enablerepo=rpmforge-extras install git

      成功后即可再次查看git版本,

      1
      # git --version

      git version 1.7.12.4

      升級(jí)成功后git clone一切正常了。

      完##

      本文永久地址:http://blog./10038.html
      本文出自 IT985博客 ,轉(zhuǎn)載時(shí)請(qǐng)注明出處及相應(yīng)鏈接。

        本站是提供個(gè)人知識(shí)管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請(qǐng)注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購(gòu)買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊一鍵舉報(bào)。
        轉(zhuǎn)藏 分享 獻(xiàn)花(0

        0條評(píng)論

        發(fā)表

        請(qǐng)遵守用戶 評(píng)論公約

        類似文章 更多