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
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
댓글
댓글 쓰기