当前位置: 首页 > 工具软件 > gitfs2 > 使用案例 >

GitFS 配置(PressLabs)

施季
2023-12-01

作者:disappearedgod

时间:2015-4-30



1.ppa 源问题(https://launchpad.net/~presslabs/+archive/ubuntu/gitfs-dev)

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

Display sources.list entries for: 
  •  
  •  
  •  
  •  
  • deb http://ppa.launchpad.net/presslabs/gitfs-dev/ubuntu trusty main 
    deb-src http://ppa.launchpad.net/presslabs/gitfs-dev/ubuntu trusty main
    Display sources.list entries for: 
  •  
  •  
  •  
  •  
  • deb http://ppa.launchpad.net/presslabs/gitfs-dev/ubuntu precise main 
    deb-src http://ppa.launchpad.net/presslabs/gitfs-dev/ubuntu precise main


    2.install

    Installing

    1. Ubuntu 12.04 and 14.04 are fully supported for now.

    sudo add-apt-repository ppa:presslabs/gitfs
    sudo apt-get update
    sudo apt-get install gitfs
    

    2. For using gitfs on Mac, the steps are as follows:

    Prerequisites

    brew install gitfs


    3. side effect

    将会安装下列额外的软件包:
      libdb5.3 libgit2 libpython-dev libpython-stdlib libpython2.7
      libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib python python-dev
      python-minimal python2.7 python2.7-dev python2.7-minimal
    建议安装的软件包:
      python-doc python-tk python2.7-doc
    下列【新】软件包将被安装:
      gitfs libdb5.3 libgit2 libpython-dev libpython2.7-dev python-dev
      python2.7-dev
    下列软件包将被升级:
      libpython-stdlib libpython2.7 libpython2.7-minimal libpython2.7-stdlib
      python python-minimal python2.7 python2.7-minimal

     类似资料: