seadas 설치

seadas
http://seadas.gsfc.nasa.gov/ 에서 다운로드 하고 메뉴얼 대로 설치하면


다음과 같은 에러 발생 
원인 : git version 에러 발생
[root@localhost kwanalysis]# cd /root/ocssw/run/data/common; git checkout -t -B master remotes/origin/master -q > /dev/null
error: unknown switch `B'
usage: git checkout [options] <branch>
   or: git checkout [options] [<branch>] -- <file>...

    -q, --quiet           be quiet
    -b <new branch>       branch
    -l                    log for new branch
    -t, --track           track
    -2, --ours            stage
    -3, --theirs          stage
    -f, --force           force
    -m, --merge           merge
    --conflict <style>    conflict style (merge or diff3)
    -p, --patch           select hunks interactively

git 버전을 업그레드 해주면 된다.
yum --disablerepo=base,updates --enablerepo=rpmforge-extras update git

댓글

이 블로그의 인기 게시물

HP 서버 OS 설치시 HDD를 잡지 못하는 문제

python-gdal 설치

Mysql JOIN 사용시 컬럼이름 중복해결