repo sync시 -j 옵션을 사용하면, "error: Exited sync due to gc errors" 에러가 발생한다.

Ubuntu 10.04 LTS의 git 버전은 1.7.0.4 인데, 최신버전을 사용해야 위 에러가 발생하지 않는다고 한다.


아래와 같이 PPA를 통해서 최신버전을 설치한다.

$ sudo apt-get install python-software-properties

$ sudo add-apt-repository ppa:git-core/ppa

$ sudo apt-get update

$ sudo apt-get install git


출처 : http://adammonsen.com/post/665


+ Recent posts